#FCEDE8

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

Shades of Rose White #FCEDE8

Tints of Rose White #FCEDE8

Color information

#FCEDE8 (or 0xFCEDE8) is unknown color: approx Rose White. HEX triplet: FC, ED and E8. RGB value is (252,237,232). Sum of RGB (Red+Green+Blue) = 252+237+232=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 232 (91.02% from 255 or 32.18% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDE8 is #031217. Grayscale: #F0F0F0. Windows color (decimal): -201240 or 15265276. OLE color: 15265276.

HSL color Cylindrical-coordinate representation of color #FCEDE8: hue angle of 15º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEDE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB252237232-
CMYK00.060.080.01
HSL15º76.92%94.9%-
HSV(B)15º7.94%98.82%-
XYZ84.9987.0988.67-
YUV240.92122.97135.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 232 (91.02% from 255) = 32.18%
R=34.95%
G=32.87%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223723200.060.080.011576.9294.9
HexFCEDE80681f4d5f
Octal3743553500610117115137
Binary111111001110110111101000011010001111110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDE8; }

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

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

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

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

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

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

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

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