#FBF0DF

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

Shades of Forget Me Not #FBF0DF

Tints of Forget Me Not #FBF0DF

Color information

#FBF0DF (or 0xFBF0DF) is unknown color: approx Forget Me Not. HEX triplet: FB, F0 and DF. RGB value is (251,240,223). Sum of RGB (Red+Green+Blue) = 251+240+223=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF0DF is #040F20. Grayscale: #F1F1F1. Windows color (decimal): -266017 or 14676219. OLE color: 14676219.

HSL color Cylindrical-coordinate representation of color #FBF0DF: hue angle of 36.43º degrees, saturation: 0.78, 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 #FBF0DF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251240223-
CMYK00.040.110.02
HSL36.43º77.78%92.94%-
HSV(B)36.43º11.16%98.43%-
XYZ84.2688.1682.39-
YUV241.35117.64134.88-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 223 (87.5% from 255) = 31.23%
R=35.15%
G=33.61%
B=31.23%

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
Decimal25124022300.040.110.0236.4377.7892.94
HexFBF0DF04B2244e5d
Octal3733603370413244116135
Binary111110111111000011011111010010111010010010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF0DF; }

 p { color: rgb(251,240,223); }

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

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

 a { background-color: rgb(251,240,223); }

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

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

 span { border-color: rgb(251,240,223); }

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