#FCEEDA

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

Shades of Forget Me Not #FCEEDA

Tints of Forget Me Not #FCEEDA

Color information

#FCEEDA (or 0xFCEEDA) is unknown color: approx Forget Me Not. HEX triplet: FC, EE and DA. RGB value is (252,238,218). Sum of RGB (Red+Green+Blue) = 252+238+218=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 238 (93.36% from 255 or 33.62% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEEDA is #031125. Grayscale: #EFEFEF. Windows color (decimal): -200998 or 14348028. OLE color: 14348028.

HSL color Cylindrical-coordinate representation of color #FCEEDA: hue angle of 35.29º 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 #FCEEDA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252238218-
CMYK00.060.130.01
HSL35.29º85%92.16%-
HSV(B)35.29º13.49%98.82%-
XYZ83.3786.9178.71-
YUV239.91115.64136.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.59%
GREEN value IS 238 (93.36% from 255) = 33.62%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=35.59%
G=33.62%
B=30.79%

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
Decimal25223821800.060.130.0135.298592.16
HexFCEEDA06D123555c
Octal3743563320615143125134
Binary11111100111011101101101001101101110001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEEDA; }

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

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

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

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

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

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

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

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