Html Css Color HEX #FFEFDB Forget Me Not

📋 copy color: '#FFEFDB'

red 255 ◦ green 239 ◦ blue 219

#FFEFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forget Me Not #FFEFDB

Tints of Forget Me Not #FFEFDB

RGB

 RED value IS 255 (100% from 255) = 35.76%

 GREEN value IS 239 (93.75% from 255) = 33.52%

 BLUE value IS 219 (85.94% from 255) = 30.72%

R = 35.76%
G = 33.52%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFEFDB (or 0xFFEFDB) is known color: Forget Me Not. HEX triplet: FF, EF and DB. RGB value is (255,239,219). Sum of RGB (Red+Green+Blue) = 255+239+219=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEFDB is #001024. Grayscale: #F1F1F1. Windows color (decimal): -4133 or 14413823. OLE color: 14413823.

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

Color convert

RGB 255 239 219 -
CMYK 0 0.06 0.14 0
HSL 33.33º 1% 0.93% -
HSV(B) 33.33º 0.14% 1% -
XYZ 84.89 88.11 79.55 -
YUV 241.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 255 239 219 0 0.06 0.14 0 33.33 1 0.93
Hex FF EF DB 0 6 E 0 21 64 5D
Octal 377 357 333 0 6 16 0 41 144 135
Binary 11111111 11101111 11011011 0 110 1110 0 100001 1100100 1011101

Color Harmonies of #FFEFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEFDB

Black with #FFEFDB

Text Example


Text Example

White with #FFEFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEFDB; }

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

 H1.HeaderClassName
 {
   color: #FFEFDB;
 }
 .AnyTagClassName
 {
   color: #FFEFDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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