#FFEDE7

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

Shades of Rose White #FFEDE7

Tints of Rose White #FFEDE7

Color information

#FFEDE7 (or 0xFFEDE7) is unknown color: approx Rose White. HEX triplet: FF, ED and E7. RGB value is (255,237,231). Sum of RGB (Red+Green+Blue) = 255+237+231=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE7 is #001218. Grayscale: #F1F1F1. Windows color (decimal): -4633 or 15199743. OLE color: 15199743.

HSL color Cylindrical-coordinate representation of color #FFEDE7: hue angle of 15º 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 #FFEDE7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255237231-
CMYK00.070.090
HSL15º100%95.29%-
HSV(B)15º9.41%100%-
XYZ85.9587.687.98-
YUV241.7121.96137.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.27%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 231 (90.62% from 255) = 31.95%
R=35.27%
G=32.78%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523723100.070.0901510095.29
HexFFEDE70790f645f
Octal3773553470711017144137
Binary111111111110110111100111011110010111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE7; }

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

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

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

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

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

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

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

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