Html Css Color HEX #FCC5DA Classic Rose

📋 copy color: '#FCC5DA'

red 252 ◦ green 197 ◦ blue 218

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

Shades of Classic Rose #FCC5DA

Tints of Classic Rose #FCC5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.68%

R = 37.78%
G = 29.54%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCC5DA (or 0xFCC5DA) is known color: Classic Rose. HEX triplet: FC, C5 and DA. RGB value is (252,197,218). Sum of RGB (Red+Green+Blue) = 252+197+218=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC5DA is #033A25. Grayscale: #D7D7D7. Windows color (decimal): -211494 or 14337532. OLE color: 14337532.

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

Color convert

RGB 252 197 218 -
CMYK 0 0.22 0.13 0.01
HSL 337.09º 0.9% 0.88% -
HSV(B) 337.09º 0.22% 0.99% -
XYZ 72.77 65.69 75.17 -
YUV 215.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 252 197 218 0 0.22 0.13 0.01 337.09 0.9 0.88
Hex FC C5 DA 0 16 D 1 151 5A 58
Octal 374 305 332 0 26 15 1 521 132 130
Binary 11111100 11000101 11011010 0 10110 1101 1 101010001 1011010 1011000

Color Harmonies of #FCC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC5DA

Black with #FCC5DA

Text Example


Text Example

White with #FCC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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