Html Css Color HEX #FCC4CC Pink

📋 copy color: '#FCC4CC'

red 252 ◦ green 196 ◦ blue 204

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

Shades of Pink #FCC4CC

Tints of Pink #FCC4CC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.06%

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

R = 38.65%
G = 30.06%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCC4CC (or 0xFCC4CC) is known color: Pink. HEX triplet: FC, C4 and CC. RGB value is (252,196,204). Sum of RGB (Red+Green+Blue) = 252+196+204=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4CC is #033B33. Grayscale: #D5D5D5. Windows color (decimal): -211764 or 13419772. OLE color: 13419772.

HSL color Cylindrical-coordinate representation of color #FCC4CC: hue angle of 351.43º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCC4CC is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 204 -
CMYK 0 0.22 0.19 0.01
HSL 351.43º 0.9% 0.88% -
HSV(B) 351.43º 0.22% 0.99% -
XYZ 70.78 64.53 65.85 -
YUV 213.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 252 196 204 0 0.22 0.19 0.01 351.43 0.9 0.88
Hex FC C4 CC 0 16 13 1 15F 5A 58
Octal 374 304 314 0 26 23 1 537 132 130
Binary 11111100 11000100 11001100 0 10110 10011 1 101011111 1011010 1011000

Color Harmonies of #FCC4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4CC

Black with #FCC4CC

Text Example


Text Example

White with #FCC4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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