Html Css Color HEX #FCC2C9 Pink

📋 copy color: '#FCC2C9'

red 252 ◦ green 194 ◦ blue 201

#FCC2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink #FCC2C9

Tints of Pink #FCC2C9

RGB

 RED value IS 252 (98.83% from 255) = 38.95%

 GREEN value IS 194 (76.17% from 255) = 29.98%

 BLUE value IS 201 (78.91% from 255) = 31.07%

R = 38.95%
G = 29.98%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCC2C9 (or 0xFCC2C9) is known color: Pink. HEX triplet: FC, C2 and C9. RGB value is (252,194,201). Sum of RGB (Red+Green+Blue) = 252+194+201=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 201 (78.91% from 255 or 31.07% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2C9 is #033D36. Grayscale: #D4D4D4. Windows color (decimal): -212279 or 13222652. OLE color: 13222652.

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

Color convert

RGB 252 194 201 -
CMYK 0 0.23 0.20 0.01
HSL 352.76º 0.91% 0.87% -
HSV(B) 352.76º 0.23% 0.99% -
XYZ 69.98 63.5 63.83 -
YUV 212.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 252 194 201 0 0.23 0.20 0.01 352.76 0.91 0.87
Hex FC C2 C9 0 17 14 1 161 5B 57
Octal 374 302 311 0 27 24 1 541 133 127
Binary 11111100 11000010 11001001 0 10111 10100 1 101100001 1011011 1010111

Color Harmonies of #FCC2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2C9

Black with #FCC2C9

Text Example


Text Example

White with #FCC2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2C9; }

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

 H1.HeaderClassName
 {
   color: #FCC2C9;
 }
 .AnyTagClassName
 {
   color: #FCC2C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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