Html Css Color HEX #FCC4D9 Classic Rose

📋 copy color: '#FCC4D9'

red 252 ◦ green 196 ◦ blue 217

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

Shades of Classic Rose #FCC4D9

Tints of Classic Rose #FCC4D9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.47%

 BLUE value IS 217 (85.16% from 255) = 32.63%

R = 37.89%
G = 29.47%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCC4D9 (or 0xFCC4D9) is known color: Classic Rose. HEX triplet: FC, C4 and D9. RGB value is (252,196,217). Sum of RGB (Red+Green+Blue) = 252+196+217=665 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.89% from 665); Green value is 196 (76.95% from 255 or 29.47% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC4D9 is #033B26. Grayscale: #D7D7D7. Windows color (decimal): -211751 or 14271740. OLE color: 14271740.

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

Color convert

RGB 252 196 217 -
CMYK 0 0.22 0.14 0.01
HSL 337.5º 0.9% 0.88% -
HSV(B) 337.5º 0.22% 0.99% -
XYZ 72.41 65.19 74.41 -
YUV 215.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 252 196 217 0 0.22 0.14 0.01 337.5 0.9 0.88
Hex FC C4 D9 0 16 E 1 152 5A 58
Octal 374 304 331 0 26 16 1 522 132 130
Binary 11111100 11000100 11011001 0 10110 1110 1 101010010 1011010 1011000

Color Harmonies of #FCC4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC4D9

Black with #FCC4D9

Text Example


Text Example

White with #FCC4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC4D9; }

 p { color: rgb(252,196,217); }

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

background-color css

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

 a { background-color: rgb(252,196,217); }

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

border-color css

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

 span { border-color: rgb(252,196,217); }

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