#FDF0EA

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

Shades of Rose White #FDF0EA

Tints of Rose White #FDF0EA

Color information

#FDF0EA (or 0xFDF0EA) is unknown color: approx Rose White. HEX triplet: FD, F0 and EA. RGB value is (253,240,234). Sum of RGB (Red+Green+Blue) = 253+240+234=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 240 (94.14% from 255 or 33.01% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EA is #020F15. Grayscale: #F3F3F3. Windows color (decimal): -134934 or 15397117. OLE color: 15397117.

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

Color convert

RGB253240234-
CMYK00.050.080.01
HSL18.95º82.61%95.49%-
HSV(B)18.95º7.51%99.22%-
XYZ86.5289.1490.49-
YUV243.2122.81134.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.80%
GREEN value IS 240 (94.14% from 255) = 33.01%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=34.80%
G=33.01%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324023400.050.080.0118.9582.6195.49
HexFDF0EA058113535f
Octal3753603520510123123137
Binary1111110111110000111010100101100011001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0EA; }

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

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

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

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

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

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

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

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