#FDF0ED

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

Shades of Rose White #FDF0ED

Tints of Rose White #FDF0ED

Color information

#FDF0ED (or 0xFDF0ED) is unknown color: approx Rose White. HEX triplet: FD, F0 and ED. RGB value is (253,240,237). Sum of RGB (Red+Green+Blue) = 253+240+237=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 240 (94.14% from 255 or 32.88% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0ED is #020F12. Grayscale: #F3F3F3. Windows color (decimal): -134931 or 15593725. OLE color: 15593725.

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

Color convert

RGB253240237-
CMYK00.050.060.01
HSL11.25º80%96.08%-
HSV(B)11.25º6.32%99.22%-
XYZ86.9589.3292.78-
YUV243.54124.31134.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.66%
GREEN value IS 240 (94.14% from 255) = 32.88%
BLUE value IS 237 (92.97% from 255) = 32.47%
R=34.66%
G=32.88%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324023700.050.060.0111.258096.08
HexFDF0ED0561b5060
Octal375360355056113120140
Binary11111101111100001110110101011101101110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0ED; }

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

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

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

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

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

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

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

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