#FCF0DE

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

Shades of Forget Me Not #FCF0DE

Tints of Forget Me Not #FCF0DE

Color information

#FCF0DE (or 0xFCF0DE) is unknown color: approx Forget Me Not. HEX triplet: FC, F0 and DE. RGB value is (252,240,222). Sum of RGB (Red+Green+Blue) = 252+240+222=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 222 (87.11% from 255 or 31.09% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DE is #030F21. Grayscale: #F1F1F1. Windows color (decimal): -200482 or 14610684. OLE color: 14610684.

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

Color convert

RGB252240222-
CMYK00.050.120.01
HSL36º83.33%92.94%-
HSV(B)36º11.9%98.82%-
XYZ84.4988.2981.7-
YUV241.54116.98135.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 222 (87.11% from 255) = 31.09%
R=35.29%
G=33.61%
B=31.09%

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
Decimal25224022200.050.120.013683.3392.94
HexFCF0DE05C124535d
Octal3743603360514144123135
Binary11111100111100001101111001011100110010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0DE; }

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

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

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

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

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

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

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

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