#FFF2DF

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

Shades of Forget Me Not #FFF2DF

Tints of Forget Me Not #FFF2DF

Color information

#FFF2DF (or 0xFFF2DF) is unknown color: approx Forget Me Not. HEX triplet: FF, F2 and DF. RGB value is (255,242,223). Sum of RGB (Red+Green+Blue) = 255+242+223=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 223 (87.5% from 255 or 30.97% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DF is #000D20. Grayscale: #F3F3F3. Windows color (decimal): -3361 or 14676735. OLE color: 14676735.

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

Color convert

RGB255242223-
CMYK00.050.130
HSL35.62º100%93.73%-
HSV(B)35.62º12.55%100%-
XYZ86.3190.0982.65-
YUV243.72116.31136.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 223 (87.5% from 255) = 30.97%
R=35.42%
G=33.61%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524222300.050.13035.6210093.73
HexFFF2DF05D024645e
Octal3773623370515044144136
Binary11111111111100101101111101011101010010011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2DF; }

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

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

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

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

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

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

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

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