#FCC4E8

Color #FCC4E8 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FCC4E8

Tints of Classic Rose #FCC4E8

Color information

#FCC4E8 (or 0xFCC4E8) is unknown color: approx Classic Rose. HEX triplet: FC, C4 and E8. RGB value is (252,196,232). Sum of RGB (Red+Green+Blue) = 252+196+232=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC4E8 is #033B17. Grayscale: #D8D8D8. Windows color (decimal): -211736 or 15254780. OLE color: 15254780.

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

Color convert

RGB252196232-
CMYK00.220.080.01
HSL321.43º90.32%87.84%-
HSV(B)321.43º22.22%98.82%-
XYZ74.456685.16-
YUV216.85136.55153.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.06%
GREEN value IS 196 (76.95% from 255) = 28.82%
BLUE value IS 232 (91.02% from 255) = 34.12%
R=37.06%
G=28.82%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219623200.220.080.01321.4390.3287.84
HexFCC4E8016811415a58
Octal374304350026101501132130
Binary1111110011000100111010000101101000110100000110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC4E8; }

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

 H1.HeaderClassName
 {
   color: #FCC4E8;
 }
 .AnyTagClassName
 {
   color: #FCC4E8;
 }
</style>
background-color css

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

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

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

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

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

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