#FFEFD8

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

Shades of Forget Me Not #FFEFD8

Tints of Forget Me Not #FFEFD8

Color information

#FFEFD8 (or 0xFFEFD8) is unknown color: approx Forget Me Not. HEX triplet: FF, EF and D8. RGB value is (255,239,216). Sum of RGB (Red+Green+Blue) = 255+239+216=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 216 (84.77% from 255 or 30.42% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFD8 is #001027. Grayscale: #F1F1F1. Windows color (decimal): -4136 or 14217215. OLE color: 14217215.

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

Color convert

RGB255239216-
CMYK00.060.150
HSL35.38º100%92.35%-
HSV(B)35.38º15.29%100%-
XYZ84.587.9577.49-
YUV241.16113.8137.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 239 (93.75% from 255) = 33.66%
BLUE value IS 216 (84.77% from 255) = 30.42%
R=35.92%
G=33.66%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523921600.060.15035.3810092.35
HexFFEFD806F023645c
Octal3773573300617043144134
Binary11111111111011111101100001101111010001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEFD8; }

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

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

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

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

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

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

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

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