Html Css Color HEX #FCC5DD Classic Rose

📋 copy color: '#FCC5DD'

red 252 ◦ green 197 ◦ blue 221

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

Shades of Classic Rose #FCC5DD

Tints of Classic Rose #FCC5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.99%

R = 37.61%
G = 29.4%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCC5DD (or 0xFCC5DD) is known color: Classic Rose. HEX triplet: FC, C5 and DD. RGB value is (252,197,221). Sum of RGB (Red+Green+Blue) = 252+197+221=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5DD is #033A22. Grayscale: #D8D8D8. Windows color (decimal): -211491 or 14534140. OLE color: 14534140.

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

Color convert

RGB 252 197 221 -
CMYK 0 0.22 0.12 0.01
HSL 333.82º 0.9% 0.88% -
HSV(B) 333.82º 0.22% 0.99% -
XYZ 73.16 65.85 77.26 -
YUV 216.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 252 197 221 0 0.22 0.12 0.01 333.82 0.9 0.88
Hex FC C5 DD 0 16 C 1 14E 5A 58
Octal 374 305 335 0 26 14 1 516 132 130
Binary 11111100 11000101 11011101 0 10110 1100 1 101001110 1011010 1011000

Color Harmonies of #FCC5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5DD

Black with #FCC5DD

Text Example


Text Example

White with #FCC5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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