#FFF2DE

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

Shades of Forget Me Not #FFF2DE

Tints of Forget Me Not #FFF2DE

Color information

#FFF2DE (or 0xFFF2DE) is unknown color: approx Forget Me Not. HEX triplet: FF, F2 and DE. RGB value is (255,242,222). Sum of RGB (Red+Green+Blue) = 255+242+222=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 222 (87.11% from 255 or 30.88% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DE is #000D21. Grayscale: #F3F3F3. Windows color (decimal): -3362 or 14611199. OLE color: 14611199.

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

Color convert

RGB255242222-
CMYK00.050.130
HSL36.36º100%93.53%-
HSV(B)36.36º12.94%100%-
XYZ86.1890.0481.94-
YUV243.61115.81136.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 242 (94.92% from 255) = 33.66%
BLUE value IS 222 (87.11% from 255) = 30.88%
R=35.47%
G=33.66%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524222200.050.13036.3610093.53
HexFFF2DE05D024645e
Octal3773623360515044144136
Binary11111111111100101101111001011101010010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2DE; }

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

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

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

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

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

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

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

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