#FCEFDA

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

Shades of Forget Me Not #FCEFDA

Tints of Forget Me Not #FCEFDA

Color information

#FCEFDA (or 0xFCEFDA) is unknown color: approx Forget Me Not. HEX triplet: FC, EF and DA. RGB value is (252,239,218). Sum of RGB (Red+Green+Blue) = 252+239+218=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 239 (93.75% from 255 or 33.71% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEFDA is #031025. Grayscale: #F0F0F0. Windows color (decimal): -200742 or 14348284. OLE color: 14348284.

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

Color convert

RGB252239218-
CMYK00.050.130.01
HSL37.06º85%92.16%-
HSV(B)37.06º13.49%98.82%-
XYZ83.6787.4978.81-
YUV240.49115.31136.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 239 (93.75% from 255) = 33.71%
BLUE value IS 218 (85.55% from 255) = 30.75%
R=35.54%
G=33.71%
B=30.75%

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
Decimal25223921800.050.130.0137.068592.16
HexFCEFDA05D125555c
Octal3743573320515145125134
Binary11111100111011111101101001011101110010110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFDA; }

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

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

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

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

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

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

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

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