Html Css Color HEX #FCC2CE Pink

📋 copy color: '#FCC2CE'

red 252 ◦ green 194 ◦ blue 206

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

Shades of Pink #FCC2CE

Tints of Pink #FCC2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.6%

R = 38.65%
G = 29.75%
B = 31.6%

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

#FCC2CE (or 0xFCC2CE) is known color: Pink. HEX triplet: FC, C2 and CE. RGB value is (252,194,206). Sum of RGB (Red+Green+Blue) = 252+194+206=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CE is #033D31. Grayscale: #D4D4D4. Windows color (decimal): -212274 or 13550332. OLE color: 13550332.

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

Color convert

RGB 252 194 206 -
CMYK 0 0.23 0.18 0.01
HSL 347.59º 0.91% 0.87% -
HSV(B) 347.59º 0.23% 0.99% -
XYZ 70.58 63.74 66.97 -
YUV 212.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 252 194 206 0 0.23 0.18 0.01 347.59 0.91 0.87
Hex FC C2 CE 0 17 12 1 15C 5B 57
Octal 374 302 316 0 27 22 1 534 133 127
Binary 11111100 11000010 11001110 0 10111 10010 1 101011100 1011011 1010111

Color Harmonies of #FCC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2CE

Black with #FCC2CE

Text Example


Text Example

White with #FCC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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