Html Css Color HEX #FEF0DC Forget Me Not

📋 copy color: '#FEF0DC'

red 254 ◦ green 240 ◦ blue 220

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

Shades of Forget Me Not #FEF0DC

Tints of Forget Me Not #FEF0DC

RGB

 RED value IS 254 (99.61% from 255) = 35.57%

 GREEN value IS 240 (94.14% from 255) = 33.61%

 BLUE value IS 220 (86.33% from 255) = 30.81%

R = 35.57%
G = 33.61%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEF0DC (or 0xFEF0DC) is known color: Forget Me Not. HEX triplet: FE, F0 and DC. RGB value is (254,240,220). Sum of RGB (Red+Green+Blue) = 254+240+220=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0DC is #010F23. Grayscale: #F2F2F2. Windows color (decimal): -69412 or 14479614. OLE color: 14479614.

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

Color convert

RGB 254 240 220 -
CMYK 0 0.06 0.13 0.00
HSL 35.29º 0.94% 0.93% -
HSV(B) 35.29º 0.13% 1% -
XYZ 84.95 88.56 80.33 -
YUV 241.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 254 240 220 0 0.06 0.13 0.00 35.29 0.94 0.93
Hex FE F0 DC 0 6 D 0 23 5E 5D
Octal 376 360 334 0 6 15 0 43 136 135
Binary 11111110 11110000 11011100 0 110 1101 0 100011 1011110 1011101

Color Harmonies of #FEF0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF0DC

Black with #FEF0DC

Text Example


Text Example

White with #FEF0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF0DC; }

 p { color: rgb(254,240,220); }

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

background-color css

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

 a { background-color: rgb(254,240,220); }

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

border-color css

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

 span { border-color: rgb(254,240,220); }

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