#FFF0DE

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

Shades of Forget Me Not #FFF0DE

Tints of Forget Me Not #FFF0DE

Color information

#FFF0DE (or 0xFFF0DE) is unknown color: approx Forget Me Not. HEX triplet: FF, F0 and DE. RGB value is (255,240,222). Sum of RGB (Red+Green+Blue) = 255+240+222=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 222 (87.11% from 255 or 30.96% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DE is #000F21. Grayscale: #F2F2F2. Windows color (decimal): -3874 or 14610687. OLE color: 14610687.

HSL color Cylindrical-coordinate representation of color #FFF0DE: hue angle of 32.73º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF0DE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255240222-
CMYK00.060.130
HSL32.73º100%93.53%-
HSV(B)32.73º12.94%100%-
XYZ85.5888.8581.75-
YUV242.43116.47136.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 222 (87.11% from 255) = 30.96%
R=35.56%
G=33.47%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524022200.060.13032.7310093.53
HexFFF0DE06D021645e
Octal3773603360615041144136
Binary11111111111100001101111001101101010000111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0DE; }

 p { color: rgb(255,240,222); }

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

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

 a { background-color: rgb(255,240,222); }

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

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

 span { border-color: rgb(255,240,222); }

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