#FFF0DC

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

Shades of Forget Me Not #FFF0DC

Tints of Forget Me Not #FFF0DC

Color information

#FFF0DC (or 0xFFF0DC) is unknown color: approx Forget Me Not. HEX triplet: FF, F0 and DC. RGB value is (255,240,220). Sum of RGB (Red+Green+Blue) = 255+240+220=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0DC is #000F23. Grayscale: #F2F2F2. Windows color (decimal): -3876 or 14479615. OLE color: 14479615.

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

Color convert

RGB255240220-
CMYK00.060.140
HSL34.29º100%93.14%-
HSV(B)34.29º13.73%100%-
XYZ85.3288.7580.34-
YUV242.2115.47137.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 30.77%
R=35.66%
G=33.57%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524022000.060.14034.2910093.14
HexFFF0DC06E022645d
Octal3773603340616042144135
Binary11111111111100001101110001101110010001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0DC; }

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

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

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

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

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

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

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

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