#FBEFDC

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

Shades of Forget Me Not #FBEFDC

Tints of Forget Me Not #FBEFDC

Color information

#FBEFDC (or 0xFBEFDC) is unknown color: approx Forget Me Not. HEX triplet: FB, EF and DC. RGB value is (251,239,220). Sum of RGB (Red+Green+Blue) = 251+239+220=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDC is #041023. Grayscale: #F0F0F0. Windows color (decimal): -266276 or 14479355. OLE color: 14479355.

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

Color convert

RGB251239220-
CMYK00.050.120.02
HSL36.77º79.49%92.35%-
HSV(B)36.77º12.35%98.43%-
XYZ83.5787.4180.18-
YUV240.42116.48135.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 30.99%
R=35.35%
G=33.66%
B=30.99%

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
Decimal25123922000.050.120.0236.7779.4992.35
HexFBEFDC05C2254f5c
Octal3733573340514245117134
Binary111110111110111111011100010111001010010110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFDC; }

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

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

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

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

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

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

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

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