#FFEFDD

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

Shades of Forget Me Not #FFEFDD

Tints of Forget Me Not #FFEFDD

Color information

#FFEFDD (or 0xFFEFDD) is unknown color: approx Forget Me Not. HEX triplet: FF, EF and DD. RGB value is (255,239,221). Sum of RGB (Red+Green+Blue) = 255+239+221=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFDD is #001022. Grayscale: #F1F1F1. Windows color (decimal): -4131 or 14544895. OLE color: 14544895.

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

Color convert

RGB255239221-
CMYK00.060.130
HSL31.76º100%93.33%-
HSV(B)31.76º13.33%100%-
XYZ85.1688.2180.95-
YUV241.73116.3137.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=35.66%
G=33.43%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523922100.060.13031.7610093.33
HexFFEFDD06D020645d
Octal3773573350615040144135
Binary11111111111011111101110101101101010000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFDD; }

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

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

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

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

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

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

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

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