#FBEFDF

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

Shades of Forget Me Not #FBEFDF

Tints of Forget Me Not #FBEFDF

Color information

#FBEFDF (or 0xFBEFDF) is unknown color: approx Forget Me Not. HEX triplet: FB, EF and DF. RGB value is (251,239,223). Sum of RGB (Red+Green+Blue) = 251+239+223=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDF is #041020. Grayscale: #F0F0F0. Windows color (decimal): -266273 or 14675963. OLE color: 14675963.

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

Color convert

RGB251239223-
CMYK00.050.110.02
HSL34.29º77.78%92.94%-
HSV(B)34.29º11.16%98.43%-
XYZ83.9787.5782.29-
YUV240.76117.98135.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 239 (93.75% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 31.28%
R=35.20%
G=33.52%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123922300.050.110.0234.2977.7892.94
HexFBEFDF05B2224e5d
Octal3733573370513242116135
Binary111110111110111111011111010110111010001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFDF; }

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

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

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

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

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

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

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

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