#FDEDE4

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

Shades of Rose White #FDEDE4

Tints of Rose White #FDEDE4

Color information

#FDEDE4 (or 0xFDEDE4) is unknown color: approx Rose White. HEX triplet: FD, ED and E4. RGB value is (253,237,228). Sum of RGB (Red+Green+Blue) = 253+237+228=718 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.24% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDE4 is #02121B. Grayscale: #F0F0F0. Windows color (decimal): -135708 or 15003133. OLE color: 15003133.

HSL color Cylindrical-coordinate representation of color #FDEDE4: hue angle of 21.6º degrees, saturation: 0.86, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FDEDE4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253237228-
CMYK00.060.100.01
HSL21.6º86.21%94.31%-
HSV(B)21.6º9.88%99.22%-
XYZ84.887.0585.73-
YUV240.76120.8136.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.24%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 228 (89.45% from 255) = 31.75%
R=35.24%
G=33.01%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323722800.060.100.0121.686.2194.31
HexFDEDE406A116565e
Octal3753553440612126126136
Binary1111110111101101111001000110101011011010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE4; }

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

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

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

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

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

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

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

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