#FDF0EB

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

Shades of Rose White #FDF0EB

Tints of Rose White #FDF0EB

Color information

#FDF0EB (or 0xFDF0EB) is unknown color: approx Rose White. HEX triplet: FD, F0 and EB. RGB value is (253,240,235). Sum of RGB (Red+Green+Blue) = 253+240+235=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF0EB is #020F14. Grayscale: #F3F3F3. Windows color (decimal): -134933 or 15462653. OLE color: 15462653.

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

Color convert

RGB253240235-
CMYK00.050.070.01
HSL16.67º81.82%95.69%-
HSV(B)16.67º7.11%99.22%-
XYZ86.6689.291.25-
YUV243.32123.31134.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.75%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 235 (92.19% from 255) = 32.28%
R=34.75%
G=32.97%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324023500.050.070.0116.6781.8295.69
HexFDF0EB0571115260
Octal375360353057121122140
Binary111111011111000011101011010111111000110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0EB; }

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

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

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

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

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

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

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

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