Html Css Color HEX #FEFEF8 Ivory

📋 copy color: '#FEFEF8'

red 254 ◦ green 254 ◦ blue 248

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

Shades of Ivory #FEFEF8

Tints of Ivory #FEFEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 32.8%

R = 33.6%
G = 33.6%
B = 32.8%

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

#FEFEF8 (or 0xFEFEF8) is known color: Ivory. HEX triplet: FE, FE and F8. RGB value is (254,254,248). Sum of RGB (Red+Green+Blue) = 254+254+248=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 248 (97.27% from 255 or 32.80% from 756); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF8 is #010107. Grayscale: #FDFDFD. Windows color (decimal): -65800 or 16318206. OLE color: 16318206.

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

Color convert

RGB 254 254 248 -
CMYK 0 0 0.02 0.00
HSL 60º 0.75% 0.98% -
HSV(B) 60º 0.02% 1% -
XYZ 93.26 98.73 102.95 -
YUV 253.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 254 254 248 0 0 0.02 0.00 60 0.75 0.98
Hex FE FE F8 0 0 2 0 3C 4B 62
Octal 376 376 370 0 0 2 0 74 113 142
Binary 11111110 11111110 11111000 0 0 10 0 111100 1001011 1100010

Color Harmonies of #FEFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEF8

Black with #FEFEF8

Text Example


Text Example

White with #FEFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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