#FAA3BF

Color #FAA3BF Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FAA3BF

Tints of Carnation Pink #FAA3BF

Color information

#FAA3BF (or 0xFAA3BF) is unknown color: approx Carnation Pink. HEX triplet: FA, A3 and BF. RGB value is (250,163,191). Sum of RGB (Red+Green+Blue) = 250+163+191=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3BF is #055C40. Grayscale: #C0C0C0. Windows color (decimal): -351297 or 12559354. OLE color: 12559354.

HSL color Cylindrical-coordinate representation of color #FAA3BF: hue angle of 340.69º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3BF is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB250163191-
CMYK00.350.240.02
HSL340.69º89.69%80.98%-
HSV(B)340.69º34.8%98.04%-
XYZ61.9350.2855.73-
YUV192.2127.32169.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 191 (75% from 255) = 31.62%
R=41.39%
G=26.99%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016319100.350.240.02340.6989.6980.98
HexFAA3BF0231821555a51
Octal372243277043302525132121
Binary1111101010100011101111110100011110001010101010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3BF; }

 p { color: rgb(250,163,191); }

 H1.HeaderClassName
 {
   color: #FAA3BF;
 }
 .AnyTagClassName
 {
   color: #FAA3BF;
 }
</style>
background-color css

<style>
 a { background-color: #FAA3BF; }

 a { background-color: rgb(250,163,191); }

 div.DivClassName
 {
   background-color: #FAA3BF;
 }
 .BgClassName
 {
   background-color: #FAA3BF;
 }
</style>
border-color css

<style>
 span { border-color: #FAA3BF; }

 span { border-color: rgb(250,163,191); }

 td.TdClassName
 {
   border-color: #FAA3BF;
 }
 .TagClassName
 {
   border-color: #FAA3BF;
 }
</style>