#FCA1CE

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

Shades of Carnation Pink #FCA1CE

Tints of Carnation Pink #FCA1CE

Color information

#FCA1CE (or 0xFCA1CE) is unknown color: approx Carnation Pink. HEX triplet: FC, A1 and CE. RGB value is (252,161,206). Sum of RGB (Red+Green+Blue) = 252+161+206=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1CE is #035E31. Grayscale: #C1C1C1. Windows color (decimal): -220722 or 13541884. OLE color: 13541884.

HSL color Cylindrical-coordinate representation of color #FCA1CE: hue angle of 330.33º 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 #FCA1CE is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252161206-
CMYK00.360.180.01
HSL330.33º93.81%80.98%-
HSV(B)330.33º36.11%98.82%-
XYZ64.0350.6464.79-
YUV193.34135.15169.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 161 (63.28% from 255) = 26.01%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=40.71%
G=26.01%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216120600.360.180.01330.3393.8180.98
HexFCA1CE02412114a5e51
Octal374241316044221512136121
Binary111111001010000111001110010010010010110100101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA1CE; }

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

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

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

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

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

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

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

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