#FDEDE6

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

Shades of Rose White #FDEDE6

Tints of Rose White #FDEDE6

Color information

#FDEDE6 (or 0xFDEDE6) is unknown color: approx Rose White. HEX triplet: FD, ED and E6. RGB value is (253,237,230). Sum of RGB (Red+Green+Blue) = 253+237+230=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEDE6 is #021219. Grayscale: #F1F1F1. Windows color (decimal): -135706 or 15134205. OLE color: 15134205.

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

Color convert

RGB253237230-
CMYK00.060.090.01
HSL18.26º85.19%94.71%-
HSV(B)18.26º9.09%99.22%-
XYZ85.0887.1687.2-
YUV240.99121.8136.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.14%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 230 (90.23% from 255) = 31.94%
R=35.14%
G=32.92%
B=31.94%

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
Decimal25323723000.060.090.0118.2685.1994.71
HexFDEDE6069112555f
Octal3753553460611122125137
Binary1111110111101101111001100110100111001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEDE6; }

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

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

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

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

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

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

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

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