#FFF0D9

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

Shades of Forget Me Not #FFF0D9

Tints of Forget Me Not #FFF0D9

Color information

#FFF0D9 (or 0xFFF0D9) is unknown color: approx Forget Me Not. HEX triplet: FF, F0 and D9. RGB value is (255,240,217). Sum of RGB (Red+Green+Blue) = 255+240+217=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 240 (94.14% from 255 or 33.71% from 712); Blue value is 217 (85.16% from 255 or 30.48% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF0D9 is #000F26. Grayscale: #F1F1F1. Windows color (decimal): -3879 or 14283007. OLE color: 14283007.

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

Color convert

RGB255240217-
CMYK00.060.150
HSL36.32º100%92.55%-
HSV(B)36.32º14.9%100%-
XYZ84.9288.5978.27-
YUV241.86113.97137.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 240 (94.14% from 255) = 33.71%
BLUE value IS 217 (85.16% from 255) = 30.48%
R=35.81%
G=33.71%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524021700.060.15036.3210092.55
HexFFF0D906F024645d
Octal3773603310617044144135
Binary11111111111100001101100101101111010010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF0D9; }

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

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

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

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

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

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

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

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