#FFF0DF

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

Shades of Forget Me Not #FFF0DF

Tints of Forget Me Not #FFF0DF

Color information

#FFF0DF (or 0xFFF0DF) is unknown color: approx Forget Me Not. HEX triplet: FF, F0 and DF. RGB value is (255,240,223). Sum of RGB (Red+Green+Blue) = 255+240+223=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DF is #000F20. Grayscale: #F2F2F2. Windows color (decimal): -3873 or 14676223. OLE color: 14676223.

HSL color Cylindrical-coordinate representation of color #FFF0DF: hue angle of 31.88º 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 #FFF0DF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255240223-
CMYK00.060.130
HSL31.88º100%93.73%-
HSV(B)31.88º12.55%100%-
XYZ85.7288.9182.46-
YUV242.55116.97136.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.52%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 223 (87.5% from 255) = 31.06%
R=35.52%
G=33.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524022300.060.13031.8810093.73
HexFFF0DF06D020645e
Octal3773603370615040144136
Binary11111111111100001101111101101101010000011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0DF; }

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

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

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

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

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

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

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

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