#FFF2E0

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

Shades of Forget Me Not #FFF2E0

Tints of Forget Me Not #FFF2E0

Color information

#FFF2E0 (or 0xFFF2E0) is unknown color: approx Forget Me Not. HEX triplet: FF, F2 and E0. RGB value is (255,242,224). Sum of RGB (Red+Green+Blue) = 255+242+224=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E0 is #000D1F. Grayscale: #F3F3F3. Windows color (decimal): -3360 or 14742271. OLE color: 14742271.

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

Color convert

RGB255242224-
CMYK00.050.120
HSL34.84º100%93.92%-
HSV(B)34.84º12.16%100%-
XYZ86.4590.1583.36-
YUV243.83116.81135.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 242 (94.92% from 255) = 33.56%
BLUE value IS 224 (87.89% from 255) = 31.07%
R=35.37%
G=33.56%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524222400.050.12034.8410093.92
HexFFF2E005C023645e
Octal3773623400514043144136
Binary11111111111100101110000001011100010001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF2E0; }

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

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

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

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

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

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

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

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