Html Css Color HEX #FCC2CF Pink

📋 copy color: '#FCC2CF'

red 252 ◦ green 194 ◦ blue 207

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

Shades of Pink #FCC2CF

Tints of Pink #FCC2CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.7%

R = 38.59%
G = 29.71%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCC2CF (or 0xFCC2CF) is known color: Pink. HEX triplet: FC, C2 and CF. RGB value is (252,194,207). Sum of RGB (Red+Green+Blue) = 252+194+207=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CF is #033D30. Grayscale: #D4D4D4. Windows color (decimal): -212273 or 13615868. OLE color: 13615868.

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

Color convert

RGB 252 194 207 -
CMYK 0 0.23 0.18 0.01
HSL 346.55º 0.91% 0.87% -
HSV(B) 346.55º 0.23% 0.99% -
XYZ 70.7 63.78 67.62 -
YUV 212.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 252 194 207 0 0.23 0.18 0.01 346.55 0.91 0.87
Hex FC C2 CF 0 17 12 1 15B 5B 57
Octal 374 302 317 0 27 22 1 533 133 127
Binary 11111100 11000010 11001111 0 10111 10010 1 101011011 1011011 1010111

Color Harmonies of #FCC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2CF

Black with #FCC2CF

Text Example


Text Example

White with #FCC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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