#FCA1C9

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

Shades of Carnation Pink #FCA1C9

Tints of Carnation Pink #FCA1C9

Color information

#FCA1C9 (or 0xFCA1C9) is unknown color: approx Carnation Pink. HEX triplet: FC, A1 and C9. RGB value is (252,161,201). Sum of RGB (Red+Green+Blue) = 252+161+201=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1C9 is #035E36. Grayscale: #C0C0C0. Windows color (decimal): -220727 or 13214204. OLE color: 13214204.

HSL color Cylindrical-coordinate representation of color #FCA1C9: hue angle of 333.63º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1C9 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB252161201-
CMYK00.360.200.01
HSL333.63º93.81%80.98%-
HSV(B)333.63º36.11%98.82%-
XYZ63.4350.461.64-
YUV192.77132.65170.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.04%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=41.04%
G=26.22%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216120100.360.200.01333.6393.8180.98
HexFCA1C902414114e5e51
Octal374241311044241516136121
Binary111111001010000111001001010010010100110100111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1C9; }

 p { color: rgb(252,161,201); }

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

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

 a { background-color: rgb(252,161,201); }

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

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

 span { border-color: rgb(252,161,201); }

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