Html Css Color HEX #FEFEF1 Ivory

📋 copy color: '#FEFEF1'

red 254 ◦ green 254 ◦ blue 241

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

Shades of Ivory #FEFEF1

Tints of Ivory #FEFEF1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 33.91%

 BLUE value IS 241 (94.53% from 255) = 32.18%

R = 33.91%
G = 33.91%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEFEF1 (or 0xFEFEF1) is known color: Ivory. HEX triplet: FE, FE and F1. RGB value is (254,254,241). Sum of RGB (Red+Green+Blue) = 254+254+241=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 254 (99.61% from 255 or 33.91% from 749); Blue value is 241 (94.53% from 255 or 32.18% from 749); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF1 is #01010E. Grayscale: #FCFCFC. Windows color (decimal): -65807 or 15859454. OLE color: 15859454.

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

Color convert

RGB 254 254 241 -
CMYK 0 0 0.05 0.00
HSL 60º 0.87% 0.97% -
HSV(B) 60º 0.05% 1% -
XYZ 92.19 98.31 97.33 -
YUV 252.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 254 254 241 0 0 0.05 0.00 60 0.87 0.97
Hex FE FE F1 0 0 5 0 3C 57 61
Octal 376 376 361 0 0 5 0 74 127 141
Binary 11111110 11111110 11110001 0 0 101 0 111100 1010111 1100001

Color Harmonies of #FEFEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEF1

Black with #FEFEF1

Text Example


Text Example

White with #FEFEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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