#FFEDE5

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

Shades of Rose White #FFEDE5

Tints of Rose White #FFEDE5

Color information

#FFEDE5 (or 0xFFEDE5) is unknown color: approx Rose White. HEX triplet: FF, ED and E5. RGB value is (255,237,229). Sum of RGB (Red+Green+Blue) = 255+237+229=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE5 is #00121A. Grayscale: #F1F1F1. Windows color (decimal): -4635 or 15068671. OLE color: 15068671.

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

Color convert

RGB255237229-
CMYK00.070.100
HSL18.46º100%94.9%-
HSV(B)18.46º10.2%100%-
XYZ85.6787.4986.5-
YUV241.47120.96137.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 229 (89.84% from 255) = 31.76%
R=35.37%
G=32.87%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722900.070.10018.4610094.9
HexFFEDE507A012645f
Octal3773553450712022144137
Binary1111111111101101111001010111101001001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE5; }

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

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

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

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

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

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

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

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