#FCF0DF

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

Shades of Forget Me Not #FCF0DF

Tints of Forget Me Not #FCF0DF

Color information

#FCF0DF (or 0xFCF0DF) is unknown color: approx Forget Me Not. HEX triplet: FC, F0 and DF. RGB value is (252,240,223). Sum of RGB (Red+Green+Blue) = 252+240+223=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0DF is #030F20. Grayscale: #F1F1F1. Windows color (decimal): -200481 or 14676220. OLE color: 14676220.

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

Color convert

RGB252240223-
CMYK00.050.120.01
HSL35.17º82.86%93.14%-
HSV(B)35.17º11.51%98.82%-
XYZ84.6288.3482.4-
YUV241.65117.48135.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 240 (94.14% from 255) = 33.57%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=35.24%
G=33.57%
B=31.19%

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
Decimal25224022300.050.120.0135.1782.8693.14
HexFCF0DF05C123535d
Octal3743603370514143123135
Binary11111100111100001101111101011100110001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0DF; }

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

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

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

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

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

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

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

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