Html Css Color HEX #FEF1E0 Forget Me Not

📋 copy color: '#FEF1E0'

red 254 ◦ green 241 ◦ blue 224

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

Shades of Forget Me Not #FEF1E0

Tints of Forget Me Not #FEF1E0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.52%

 BLUE value IS 224 (87.89% from 255) = 31.15%

R = 35.33%
G = 33.52%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEF1E0 (or 0xFEF1E0) is known color: Forget Me Not. HEX triplet: FE, F1 and E0. RGB value is (254,241,224). Sum of RGB (Red+Green+Blue) = 254+241+224=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 224 (87.89% from 255 or 31.15% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1E0 is #010E1F. Grayscale: #F3F3F3. Windows color (decimal): -69152 or 14742014. OLE color: 14742014.

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

Color convert

RGB 254 241 224 -
CMYK 0 0.05 0.12 0.00
HSL 34º 0.94% 0.94% -
HSV(B) 34º 0.12% 1% -
XYZ 85.78 89.36 83.25 -
YUV 242.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 254 241 224 0 0.05 0.12 0.00 34 0.94 0.94
Hex FE F1 E0 0 5 C 0 22 5E 5E
Octal 376 361 340 0 5 14 0 42 136 136
Binary 11111110 11110001 11100000 0 101 1100 0 100010 1011110 1011110

Color Harmonies of #FEF1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF1E0

Black with #FEF1E0

Text Example


Text Example

White with #FEF1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF1E0; }

 p { color: rgb(254,241,224); }

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

background-color css

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

 a { background-color: rgb(254,241,224); }

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

border-color css

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

 span { border-color: rgb(254,241,224); }

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