Html Css Color HEX #FCC2CC Pink

📋 copy color: '#FCC2CC'

red 252 ◦ green 194 ◦ blue 204

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

Shades of Pink #FCC2CC

Tints of Pink #FCC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.38%

R = 38.77%
G = 29.85%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC2CC (or 0xFCC2CC) is known color: Pink. HEX triplet: FC, C2 and CC. RGB value is (252,194,204). Sum of RGB (Red+Green+Blue) = 252+194+204=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CC is #033D33. Grayscale: #D4D4D4. Windows color (decimal): -212276 or 13419260. OLE color: 13419260.

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

Color convert

RGB 252 194 204 -
CMYK 0 0.23 0.19 0.01
HSL 349.66º 0.91% 0.87% -
HSV(B) 349.66º 0.23% 0.99% -
XYZ 70.34 63.64 65.7 -
YUV 212.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 252 194 204 0 0.23 0.19 0.01 349.66 0.91 0.87
Hex FC C2 CC 0 17 13 1 15E 5B 57
Octal 374 302 314 0 27 23 1 536 133 127
Binary 11111100 11000010 11001100 0 10111 10011 1 101011110 1011011 1010111

Color Harmonies of #FCC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC2CC

Black with #FCC2CC

Text Example


Text Example

White with #FCC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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