#FFEDE9

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

Shades of Rose White #FFEDE9

Tints of Rose White #FFEDE9

Color information

#FFEDE9 (or 0xFFEDE9) is unknown color: approx Rose White. HEX triplet: FF, ED and E9. RGB value is (255,237,233). Sum of RGB (Red+Green+Blue) = 255+237+233=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 233 (91.41% from 255 or 32.14% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEDE9 is #001216. Grayscale: #F1F1F1. Windows color (decimal): -4631 or 15330815. OLE color: 15330815.

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

Color convert

RGB255237233-
CMYK00.070.090
HSL10.91º100%95.69%-
HSV(B)10.91º8.63%100%-
XYZ86.2387.7189.48-
YUV241.93122.96137.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.17%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 233 (91.41% from 255) = 32.14%
R=35.17%
G=32.69%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523723300.070.09010.9110095.69
HexFFEDE90790b6460
Octal3773553510711013144140
Binary111111111110110111101001011110010101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEDE9; }

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

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

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

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

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

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

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

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