#FFEDE4

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

Shades of Rose White #FFEDE4

Tints of Rose White #FFEDE4

Color information

#FFEDE4 (or 0xFFEDE4) is unknown color: approx Rose White. HEX triplet: FF, ED and E4. RGB value is (255,237,228). Sum of RGB (Red+Green+Blue) = 255+237+228=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 228 (89.45% from 255 or 31.67% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDE4 is #00121B. Grayscale: #F1F1F1. Windows color (decimal): -4636 or 15003135. OLE color: 15003135.

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

Color convert

RGB255237228-
CMYK00.070.110
HSL20º100%94.71%-
HSV(B)20º10.59%100%-
XYZ85.5387.4385.77-
YUV241.36120.46137.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 228 (89.45% from 255) = 31.67%
R=35.42%
G=32.92%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523722800.070.1102010094.71
HexFFEDE407B014645f
Octal3773553440713024144137
Binary1111111111101101111001000111101101010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE4; }

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

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

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

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

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

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

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

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