Html Css Color HEX #FCC5CC Pink

📋 copy color: '#FCC5CC'

red 252 ◦ green 197 ◦ blue 204

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

Shades of Pink #FCC5CC

Tints of Pink #FCC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.17%

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

R = 38.59%
G = 30.17%
B = 31.24%

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

#FCC5CC (or 0xFCC5CC) is known color: Pink. HEX triplet: FC, C5 and CC. RGB value is (252,197,204). Sum of RGB (Red+Green+Blue) = 252+197+204=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CC is #033A33. Grayscale: #D6D6D6. Windows color (decimal): -211508 or 13420028. OLE color: 13420028.

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

Color convert

RGB 252 197 204 -
CMYK 0 0.22 0.19 0.01
HSL 352.36º 0.9% 0.88% -
HSV(B) 352.36º 0.22% 0.99% -
XYZ 71.01 64.99 65.93 -
YUV 214.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 252 197 204 0 0.22 0.19 0.01 352.36 0.9 0.88
Hex FC C5 CC 0 16 13 1 160 5A 58
Octal 374 305 314 0 26 23 1 540 132 130
Binary 11111100 11000101 11001100 0 10110 10011 1 101100000 1011010 1011000

Color Harmonies of #FCC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5CC

Black with #FCC5CC

Text Example


Text Example

White with #FCC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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