#FCF0DD

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

Shades of Forget Me Not #FCF0DD

Tints of Forget Me Not #FCF0DD

Color information

#FCF0DD (or 0xFCF0DD) is unknown color: approx Forget Me Not. HEX triplet: FC, F0 and DD. RGB value is (252,240,221). Sum of RGB (Red+Green+Blue) = 252+240+221=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 221 (86.72% from 255 or 31.00% from 713); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DD is #030F22. Grayscale: #F1F1F1. Windows color (decimal): -200483 or 14545148. OLE color: 14545148.

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

Color convert

RGB252240221-
CMYK00.050.120.01
HSL36.77º83.78%92.75%-
HSV(B)36.77º12.3%98.82%-
XYZ84.3688.2480.99-
YUV241.42116.48135.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.34%
GREEN value IS 240 (94.14% from 255) = 33.66%
BLUE value IS 221 (86.72% from 255) = 31.00%
R=35.34%
G=33.66%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224022100.050.120.0136.7783.7892.75
HexFCF0DD05C125545d
Octal3743603350514145124135
Binary11111100111100001101110101011100110010110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0DD; }

 p { color: rgb(252,240,221); }

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

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

 a { background-color: rgb(252,240,221); }

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

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

 span { border-color: rgb(252,240,221); }

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