#FCEEDB

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

Shades of Forget Me Not #FCEEDB

Tints of Forget Me Not #FCEEDB

Color information

#FCEEDB (or 0xFCEEDB) is unknown color: approx Forget Me Not. HEX triplet: FC, EE and DB. RGB value is (252,238,219). Sum of RGB (Red+Green+Blue) = 252+238+219=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 238 (93.36% from 255 or 33.57% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDB is #031124. Grayscale: #F0F0F0. Windows color (decimal): -200997 or 14413564. OLE color: 14413564.

HSL color Cylindrical-coordinate representation of color #FCEEDB: hue angle of 34.55º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCEEDB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252238219-
CMYK00.060.130.01
HSL34.55º84.62%92.35%-
HSV(B)34.55º13.1%98.82%-
XYZ83.5186.9679.4-
YUV240.02116.14136.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 238 (93.36% from 255) = 33.57%
BLUE value IS 219 (85.94% from 255) = 30.89%
R=35.54%
G=33.57%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223821900.060.130.0134.5584.6292.35
HexFCEEDB06D123555c
Octal3743563330615143125134
Binary11111100111011101101101101101101110001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEDB; }

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

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

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

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

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

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

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

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