#FCF1DD

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

Shades of Forget Me Not #FCF1DD

Tints of Forget Me Not #FCF1DD

Color information

#FCF1DD (or 0xFCF1DD) is unknown color: approx Forget Me Not. HEX triplet: FC, F1 and DD. RGB value is (252,241,221). Sum of RGB (Red+Green+Blue) = 252+241+221=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 221 (86.72% from 255 or 30.95% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1DD is #030E22. Grayscale: #F2F2F2. Windows color (decimal): -200227 or 14545404. OLE color: 14545404.

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

Color convert

RGB252241221-
CMYK00.040.120.01
HSL38.71º83.78%92.75%-
HSV(B)38.71º12.3%98.82%-
XYZ84.6588.8381.09-
YUV242.01116.14135.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 241 (94.53% from 255) = 33.75%
BLUE value IS 221 (86.72% from 255) = 30.95%
R=35.29%
G=33.75%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224122100.040.120.0138.7183.7892.75
HexFCF1DD04C127545d
Octal3743613350414147124135
Binary11111100111100011101110101001100110011110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1DD; }

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

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

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

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

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

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

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

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