Html Css Color HEX #FEFEF9 Ivory

📋 copy color: '#FEFEF9'

red 254 ◦ green 254 ◦ blue 249

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

Shades of Ivory #FEFEF9

Tints of Ivory #FEFEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 32.89%

R = 33.55%
G = 33.55%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEFEF9 (or 0xFEFEF9) is known color: Ivory. HEX triplet: FE, FE and F9. RGB value is (254,254,249). Sum of RGB (Red+Green+Blue) = 254+254+249=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 249 (97.66% from 255 or 32.89% from 757); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF9 is #010106. Grayscale: #FDFDFD. Windows color (decimal): -65799 or 16383742. OLE color: 16383742.

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

Color convert

RGB 254 254 249 -
CMYK 0 0 0.02 0.00
HSL 60º 0.71% 0.99% -
HSV(B) 60º 0.02% 1% -
XYZ 93.41 98.79 103.77 -
YUV 253.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 254 254 249 0 0 0.02 0.00 60 0.71 0.99
Hex FE FE F9 0 0 2 0 3C 47 63
Octal 376 376 371 0 0 2 0 74 107 143
Binary 11111110 11111110 11111001 0 0 10 0 111100 1000111 1100011

Color Harmonies of #FEFEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEF9

Black with #FEFEF9

Text Example


Text Example

White with #FEFEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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