#FDEDE9

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

Shades of Rose White #FDEDE9

Tints of Rose White #FDEDE9

Color information

#FDEDE9 (or 0xFDEDE9) is unknown color: approx Rose White. HEX triplet: FD, ED and E9. RGB value is (253,237,233). Sum of RGB (Red+Green+Blue) = 253+237+233=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 233 (91.41% from 255 or 32.23% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE9 is #021216. Grayscale: #F1F1F1. Windows color (decimal): -135703 or 15330813. OLE color: 15330813.

HSL color Cylindrical-coordinate representation of color #FDEDE9: hue angle of 12º degrees, saturation: 0.83, 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 #FDEDE9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253237233-
CMYK00.060.080.01
HSL12º83.33%95.29%-
HSV(B)12º7.91%99.22%-
XYZ85.587.3389.44-
YUV241.33123.3136.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 233 (91.41% from 255) = 32.23%
R=34.99%
G=32.78%
B=32.23%

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
Decimal25323723300.060.080.011283.3395.29
HexFDEDE90681c535f
Octal3753553510610114123137
Binary111111011110110111101001011010001110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE9; }

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

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

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

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

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

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

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

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