#FBEEDC

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

Shades of Forget Me Not #FBEEDC

Tints of Forget Me Not #FBEEDC

Color information

#FBEEDC (or 0xFBEEDC) is unknown color: approx Forget Me Not. HEX triplet: FB, EE and DC. RGB value is (251,238,220). Sum of RGB (Red+Green+Blue) = 251+238+220=709 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.40% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 220 (86.33% from 255 or 31.03% from 709); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEEDC is #041123. Grayscale: #EFEFEF. Windows color (decimal): -266532 or 14479099. OLE color: 14479099.

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

Color convert

RGB251238220-
CMYK00.050.120.02
HSL34.84º79.49%92.35%-
HSV(B)34.84º12.35%98.43%-
XYZ83.2886.8380.08-
YUV239.84116.81135.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.40%
GREEN value IS 238 (93.36% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 31.03%
R=35.40%
G=33.57%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123822000.050.120.0234.8479.4992.35
HexFBEEDC05C2234f5c
Octal3733563340514243117134
Binary111110111110111011011100010111001010001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEEDC; }

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

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

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

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

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

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

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

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