#FFF2DC

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

Shades of Forget Me Not #FFF2DC

Tints of Forget Me Not #FFF2DC

Color information

#FFF2DC (or 0xFFF2DC) is unknown color: approx Forget Me Not. HEX triplet: FF, F2 and DC. RGB value is (255,242,220). Sum of RGB (Red+Green+Blue) = 255+242+220=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2DC is #000D23. Grayscale: #F3F3F3. Windows color (decimal): -3364 or 14480127. OLE color: 14480127.

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

Color convert

RGB255242220-
CMYK00.050.140
HSL37.71º100%93.14%-
HSV(B)37.71º13.73%100%-
XYZ85.9189.9380.54-
YUV243.38114.81136.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 30.68%
R=35.56%
G=33.75%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524222000.050.14037.7110093.14
HexFFF2DC05E026645d
Octal3773623340516046144135
Binary11111111111100101101110001011110010011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2DC; }

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

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

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

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

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

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

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

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