#FBEEDB

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

Shades of Forget Me Not #FBEEDB

Tints of Forget Me Not #FBEEDB

Color information

#FBEEDB (or 0xFBEEDB) is unknown color: approx Forget Me Not. HEX triplet: FB, EE and DB. RGB value is (251,238,219). Sum of RGB (Red+Green+Blue) = 251+238+219=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 219 (85.94% from 255 or 30.93% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEDB is #041124. Grayscale: #EFEFEF. Windows color (decimal): -266533 or 14413563. OLE color: 14413563.

HSL color Cylindrical-coordinate representation of color #FBEEDB: hue angle of 35.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBEEDB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB251238219-
CMYK00.050.130.02
HSL35.62º80%92.16%-
HSV(B)35.62º12.75%98.43%-
XYZ83.1486.7779.38-
YUV239.72116.31136.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 219 (85.94% from 255) = 30.93%
R=35.45%
G=33.62%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123821900.050.130.0235.628092.16
HexFBEEDB05D224505c
Octal3733563330515244120134
Binary111110111110111011011011010111011010010010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEDB; }

 p { color: rgb(251,238,219); }

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

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

 a { background-color: rgb(251,238,219); }

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

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

 span { border-color: rgb(251,238,219); }

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