#FCA2CD

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

Shades of Carnation Pink #FCA2CD

Tints of Carnation Pink #FCA2CD

Color information

#FCA2CD (or 0xFCA2CD) is unknown color: approx Carnation Pink. HEX triplet: FC, A2 and CD. RGB value is (252,162,205). Sum of RGB (Red+Green+Blue) = 252+162+205=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA2CD is #035D32. Grayscale: #C1C1C1. Windows color (decimal): -220467 or 13476604. OLE color: 13476604.

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

Color convert

RGB252162205-
CMYK00.360.190.01
HSL331.33º93.75%81.18%-
HSV(B)331.33º35.71%98.82%-
XYZ64.0850.9464.21-
YUV193.81134.32169.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=40.71%
G=26.17%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216220500.360.190.01331.3393.7581.18
HexFCA2CD02413114b5e51
Octal374242315044231513136121
Binary111111001010001011001101010010010011110100101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA2CD; }

 p { color: rgb(252,162,205); }

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

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

 a { background-color: rgb(252,162,205); }

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

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

 span { border-color: rgb(252,162,205); }

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