#FBF1E1

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

Shades of Forget Me Not #FBF1E1

Tints of Forget Me Not #FBF1E1

Color information

#FBF1E1 (or 0xFBF1E1) is unknown color: approx Forget Me Not. HEX triplet: FB, F1 and E1. RGB value is (251,241,225). Sum of RGB (Red+Green+Blue) = 251+241+225=717 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.01% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF1E1 is #040E1E. Grayscale: #F2F2F2. Windows color (decimal): -265759 or 14807547. OLE color: 14807547.

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

Color convert

RGB251241225-
CMYK00.040.100.02
HSL36.92º76.47%93.33%-
HSV(B)36.92º10.36%98.43%-
XYZ84.8388.8683.91-
YUV242.17118.31134.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.01%
GREEN value IS 241 (94.53% from 255) = 33.61%
BLUE value IS 225 (88.28% from 255) = 31.38%
R=35.01%
G=33.61%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124122500.040.100.0236.9276.4793.33
HexFBF1E104A2254c5d
Octal3733613410412245114135
Binary111110111111000111100001010010101010010110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1E1; }

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

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

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

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

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

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

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

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