#FFEDE8

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

Shades of Rose White #FFEDE8

Tints of Rose White #FFEDE8

Color information

#FFEDE8 (or 0xFFEDE8) is unknown color: approx Rose White. HEX triplet: FF, ED and E8. RGB value is (255,237,232). Sum of RGB (Red+Green+Blue) = 255+237+232=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE8 is #001217. Grayscale: #F1F1F1. Windows color (decimal): -4632 or 15265279. OLE color: 15265279.

HSL color Cylindrical-coordinate representation of color #FFEDE8: hue angle of 13.04º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEDE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255237232-
CMYK00.070.090
HSL13.04º100%95.49%-
HSV(B)13.04º9.02%100%-
XYZ86.0987.6588.73-
YUV241.81122.46137.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 232 (91.02% from 255) = 32.04%
R=35.22%
G=32.73%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523723200.070.09013.0410095.49
HexFFEDE80790d645f
Octal3773553500711015144137
Binary111111111110110111101000011110010110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE8; }

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

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

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

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

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

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

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

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