#FCEEDC

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

Shades of Forget Me Not #FCEEDC

Tints of Forget Me Not #FCEEDC

Color information

#FCEEDC (or 0xFCEEDC) is unknown color: approx Forget Me Not. HEX triplet: FC, EE and DC. RGB value is (252,238,220). Sum of RGB (Red+Green+Blue) = 252+238+220=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDC is #031123. Grayscale: #F0F0F0. Windows color (decimal): -200996 or 14479100. OLE color: 14479100.

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

Color convert

RGB252238220-
CMYK00.060.130.01
HSL33.75º84.21%92.55%-
HSV(B)33.75º12.7%98.82%-
XYZ83.6487.0180.1-
YUV240.13116.64136.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.49%
GREEN value IS 238 (93.36% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 30.99%
R=35.49%
G=33.52%
B=30.99%

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
Decimal25223822000.060.130.0133.7584.2192.55
HexFCEEDC06D122545d
Octal3743563340615142124135
Binary11111100111011101101110001101101110001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEDC; }

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

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

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

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

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

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

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

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