Html Css Color HEX #FCC5CD Pink

📋 copy color: '#FCC5CD'

red 252 ◦ green 197 ◦ blue 205

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

Shades of Pink #FCC5CD

Tints of Pink #FCC5CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.35%

R = 38.53%
G = 30.12%
B = 31.35%

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

#FCC5CD (or 0xFCC5CD) is known color: Pink. HEX triplet: FC, C5 and CD. RGB value is (252,197,205). Sum of RGB (Red+Green+Blue) = 252+197+205=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5CD is #033A32. Grayscale: #D6D6D6. Windows color (decimal): -211507 or 13485564. OLE color: 13485564.

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

Color convert

RGB 252 197 205 -
CMYK 0 0.22 0.19 0.01
HSL 351.27º 0.9% 0.88% -
HSV(B) 351.27º 0.22% 0.99% -
XYZ 71.13 65.04 66.56 -
YUV 214.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 252 197 205 0 0.22 0.19 0.01 351.27 0.9 0.88
Hex FC C5 CD 0 16 13 1 15F 5A 58
Octal 374 305 315 0 26 23 1 537 132 130
Binary 11111100 11000101 11001101 0 10110 10011 1 101011111 1011010 1011000

Color Harmonies of #FCC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5CD

Black with #FCC5CD

Text Example


Text Example

White with #FCC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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