#FDEDE7

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

Shades of Rose White #FDEDE7

Tints of Rose White #FDEDE7

Color information

#FDEDE7 (or 0xFDEDE7) is unknown color: approx Rose White. HEX triplet: FD, ED and E7. RGB value is (253,237,231). Sum of RGB (Red+Green+Blue) = 253+237+231=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE7 is #021218. Grayscale: #F1F1F1. Windows color (decimal): -135705 or 15199741. OLE color: 15199741.

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

Color convert

RGB253237231-
CMYK00.060.090.01
HSL16.36º84.62%94.9%-
HSV(B)16.36º8.7%99.22%-
XYZ85.2287.2287.95-
YUV241.1122.3136.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.09%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 231 (90.62% from 255) = 32.04%
R=35.09%
G=32.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323723100.060.090.0116.3684.6294.9
HexFDEDE7069110555f
Octal3753553470611120125137
Binary1111110111101101111001110110100111000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE7; }

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

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

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

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

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

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

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

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