#FDF0E0

Color #FDF0E0 Forget Me Not (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forget Me Not #FDF0E0

Tints of Forget Me Not #FDF0E0

Color information

#FDF0E0 (or 0xFDF0E0) is unknown color: approx Forget Me Not. HEX triplet: FD, F0 and E0. RGB value is (253,240,224). Sum of RGB (Red+Green+Blue) = 253+240+224=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF0E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF0E0 is #020F1F. Grayscale: #F2F2F2. Windows color (decimal): -134944 or 14741757. OLE color: 14741757.

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

Color convert

RGB253240224-
CMYK00.050.110.01
HSL33.1º87.88%93.53%-
HSV(B)33.1º11.46%99.22%-
XYZ85.1288.5883.13-
YUV242.06117.81135.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.29%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 224 (87.89% from 255) = 31.24%
R=35.29%
G=33.47%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324022400.050.110.0133.187.8893.53
HexFDF0E005B121585e
Octal3753603400513141130136
Binary11111101111100001110000001011011110000110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF0E0; }

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

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

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

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

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

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

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

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