#FBF1E0

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

Shades of Forget Me Not #FBF1E0

Tints of Forget Me Not #FBF1E0

Color information

#FBF1E0 (or 0xFBF1E0) is unknown color: approx Forget Me Not. HEX triplet: FB, F1 and E0. RGB value is (251,241,224). Sum of RGB (Red+Green+Blue) = 251+241+224=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1E0 is #040E1F. Grayscale: #F2F2F2. Windows color (decimal): -265760 or 14742011. OLE color: 14742011.

HSL color Cylindrical-coordinate representation of color #FBF1E0: hue angle of 37.78º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FBF1E0 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251241224-
CMYK00.040.110.02
HSL37.78º77.14%93.14%-
HSV(B)37.78º10.76%98.43%-
XYZ84.6988.883.2-
YUV242.05117.81134.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.06%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 224 (87.89% from 255) = 31.28%
R=35.06%
G=33.66%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124122400.040.110.0237.7877.1493.14
HexFBF1E004B2264d5d
Octal3733613400413246115135
Binary111110111111000111100000010010111010011010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1E0; }

 p { color: rgb(251,241,224); }

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

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

 a { background-color: rgb(251,241,224); }

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

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

 span { border-color: rgb(251,241,224); }

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