#FBEFDD

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

Shades of Forget Me Not #FBEFDD

Tints of Forget Me Not #FBEFDD

Color information

#FBEFDD (or 0xFBEFDD) is unknown color: approx Forget Me Not. HEX triplet: FB, EF and DD. RGB value is (251,239,221). Sum of RGB (Red+Green+Blue) = 251+239+221=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 239 (93.75% from 255 or 33.61% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFDD is #041022. Grayscale: #F0F0F0. Windows color (decimal): -266275 or 14544891. OLE color: 14544891.

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

Color convert

RGB251239221-
CMYK00.050.120.02
HSL36º78.95%92.55%-
HSV(B)36º11.95%98.43%-
XYZ83.787.4680.88-
YUV240.54116.98135.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 239 (93.75% from 255) = 33.61%
BLUE value IS 221 (86.72% from 255) = 31.08%
R=35.30%
G=33.61%
B=31.08%

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
Decimal25123922100.050.120.023678.9592.55
HexFBEFDD05C2244f5d
Octal3733573350514244117135
Binary111110111110111111011101010111001010010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEFDD; }

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

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

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

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

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

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

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

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