Html Css Color HEX #FCC5DF Classic Rose

📋 copy color: '#FCC5DF'

red 252 ◦ green 197 ◦ blue 223

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

Shades of Classic Rose #FCC5DF

Tints of Classic Rose #FCC5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 37.5%
G = 29.32%
B = 33.18%

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

#FCC5DF (or 0xFCC5DF) is known color: Classic Rose. HEX triplet: FC, C5 and DF. RGB value is (252,197,223). Sum of RGB (Red+Green+Blue) = 252+197+223=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5DF is #033A20. Grayscale: #D8D8D8. Windows color (decimal): -211489 or 14665212. OLE color: 14665212.

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

Color convert

RGB 252 197 223 -
CMYK 0 0.22 0.12 0.01
HSL 331.64º 0.9% 0.88% -
HSV(B) 331.64º 0.22% 0.99% -
XYZ 73.43 65.96 78.67 -
YUV 216.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 252 197 223 0 0.22 0.12 0.01 331.64 0.9 0.88
Hex FC C5 DF 0 16 C 1 14C 5A 58
Octal 374 305 337 0 26 14 1 514 132 130
Binary 11111100 11000101 11011111 0 10110 1100 1 101001100 1011010 1011000

Color Harmonies of #FCC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5DF

Black with #FCC5DF

Text Example


Text Example

White with #FCC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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