#FDEDE8

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

Shades of Rose White #FDEDE8

Tints of Rose White #FDEDE8

Color information

#FDEDE8 (or 0xFDEDE8) is unknown color: approx Rose White. HEX triplet: FD, ED and E8. RGB value is (253,237,232). Sum of RGB (Red+Green+Blue) = 253+237+232=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE8 is #021217. Grayscale: #F1F1F1. Windows color (decimal): -135704 or 15265277. OLE color: 15265277.

HSL color Cylindrical-coordinate representation of color #FDEDE8: hue angle of 14.29º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEDE8 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253237232-
CMYK00.060.080.01
HSL14.29º84%95.1%-
HSV(B)14.29º8.3%99.22%-
XYZ85.3687.2888.69-
YUV241.21122.8136.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 232 (91.02% from 255) = 32.13%
R=35.04%
G=32.83%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323723200.060.080.0114.298495.1
HexFDEDE80681e545f
Octal3753553500610116124137
Binary111111011110110111101000011010001111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE8; }

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

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

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

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

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

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

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

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