#FAA6CA

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

Shades of Carnation Pink #FAA6CA

Tints of Carnation Pink #FAA6CA

Color information

#FAA6CA (or 0xFAA6CA) is unknown color: approx Carnation Pink. HEX triplet: FA, A6 and CA. RGB value is (250,166,202). Sum of RGB (Red+Green+Blue) = 250+166+202=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6CA is #055935. Grayscale: #C3C3C3. Windows color (decimal): -350518 or 13281018. OLE color: 13281018.

HSL color Cylindrical-coordinate representation of color #FAA6CA: hue angle of 334.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6CA is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250166202-
CMYK00.340.190.02
HSL334.29º89.36%81.57%-
HSV(B)334.29º33.6%98.04%-
XYZ63.7251.8662.53-
YUV195.22131.83167.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=40.45%
G=26.86%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016620200.340.190.02334.2989.3681.57
HexFAA6CA02213214e5952
Octal372246312042232516131122
Binary1111101010100110110010100100010100111010100111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA6CA; }

 p { color: rgb(250,166,202); }

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

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

 a { background-color: rgb(250,166,202); }

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

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

 span { border-color: rgb(250,166,202); }

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