#FCEFDF

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

Shades of Forget Me Not #FCEFDF

Tints of Forget Me Not #FCEFDF

Color information

#FCEFDF (or 0xFCEFDF) is unknown color: approx Forget Me Not. HEX triplet: FC, EF and DF. RGB value is (252,239,223). Sum of RGB (Red+Green+Blue) = 252+239+223=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDF is #031020. Grayscale: #F1F1F1. Windows color (decimal): -200737 or 14675964. OLE color: 14675964.

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

Color convert

RGB252239223-
CMYK00.050.120.01
HSL33.1º82.86%93.14%-
HSV(B)33.1º11.51%98.82%-
XYZ84.3387.7682.31-
YUV241.06117.81135.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.29%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 223 (87.5% from 255) = 31.23%
R=35.29%
G=33.47%
B=31.23%

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
Decimal25223922300.050.120.0133.182.8693.14
HexFCEFDF05C121535d
Octal3743573370514141123135
Binary11111100111011111101111101011100110000110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFDF; }

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

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

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

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

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

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

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

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