#FFEFDA

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

Shades of Forget Me Not #FFEFDA

Tints of Forget Me Not #FFEFDA

Color information

#FFEFDA (or 0xFFEFDA) is unknown color: approx Forget Me Not. HEX triplet: FF, EF and DA. RGB value is (255,239,218). Sum of RGB (Red+Green+Blue) = 255+239+218=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFDA is #001025. Grayscale: #F1F1F1. Windows color (decimal): -4134 or 14348287. OLE color: 14348287.

HSL color Cylindrical-coordinate representation of color #FFEFDA: hue angle of 34.05º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFEFDA is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255239218-
CMYK00.060.150
HSL34.05º100%92.75%-
HSV(B)34.05º14.51%100%-
XYZ84.7688.0578.86-
YUV241.39114.8137.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 239 (93.75% from 255) = 33.57%
BLUE value IS 218 (85.55% from 255) = 30.62%
R=35.81%
G=33.57%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523921800.060.15034.0510092.75
HexFFEFDA06F022645d
Octal3773573320617042144135
Binary11111111111011111101101001101111010001011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFDA; }

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

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

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

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

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

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

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

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