#FCF0DB

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

Shades of Forget Me Not #FCF0DB

Tints of Forget Me Not #FCF0DB

Color information

#FCF0DB (or 0xFCF0DB) is unknown color: approx Forget Me Not. HEX triplet: FC, F0 and DB. RGB value is (252,240,219). Sum of RGB (Red+Green+Blue) = 252+240+219=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DB is #030F24. Grayscale: #F1F1F1. Windows color (decimal): -200485 or 14414076. OLE color: 14414076.

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

Color convert

RGB252240219-
CMYK00.050.130.01
HSL38.18º84.62%92.35%-
HSV(B)38.18º13.1%98.82%-
XYZ84.0988.1379.6-
YUV241.19115.48135.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.44%
GREEN value IS 240 (94.14% from 255) = 33.76%
BLUE value IS 219 (85.94% from 255) = 30.80%
R=35.44%
G=33.76%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224021900.050.130.0138.1884.6292.35
HexFCF0DB05D126555c
Octal3743603330515146125134
Binary11111100111100001101101101011101110011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0DB; }

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

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

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

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

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

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

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

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