#FFF2DA

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

Shades of Forget Me Not #FFF2DA

Tints of Forget Me Not #FFF2DA

Color information

#FFF2DA (or 0xFFF2DA) is unknown color: approx Forget Me Not. HEX triplet: FF, F2 and DA. RGB value is (255,242,218). Sum of RGB (Red+Green+Blue) = 255+242+218=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DA is #000D25. Grayscale: #F3F3F3. Windows color (decimal): -3366 or 14349055. OLE color: 14349055.

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

Color convert

RGB255242218-
CMYK00.050.150
HSL38.92º100%92.75%-
HSV(B)38.92º14.51%100%-
XYZ85.6589.8379.15-
YUV243.15113.81136.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 242 (94.92% from 255) = 33.85%
BLUE value IS 218 (85.55% from 255) = 30.49%
R=35.66%
G=33.85%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524221800.050.15038.9210092.75
HexFFF2DA05F027645d
Octal3773623320517047144135
Binary11111111111100101101101001011111010011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2DA; }

 p { color: rgb(255,242,218); }

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

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

 a { background-color: rgb(255,242,218); }

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

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

 span { border-color: rgb(255,242,218); }

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