Html Css Color HEX #FEFEE8 Ivory

📋 copy color: '#FEFEE8'

red 254 ◦ green 254 ◦ blue 232

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

Shades of Ivory #FEFEE8

Tints of Ivory #FEFEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 31.35%

R = 34.32%
G = 34.32%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEFEE8 (or 0xFEFEE8) is known color: Ivory. HEX triplet: FE, FE and E8. RGB value is (254,254,232). Sum of RGB (Red+Green+Blue) = 254+254+232=740 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.32% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 232 (91.02% from 255 or 31.35% from 740); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEE8 is #010117. Grayscale: #FBFBFB. Windows color (decimal): -65816 or 15269630. OLE color: 15269630.

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

Color convert

RGB 254 254 232 -
CMYK 0 0 0.09 0.00
HSL 60º 0.92% 0.95% -
HSV(B) 60º 0.09% 1% -
XYZ 90.88 97.78 90.43 -
YUV 251.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 254 254 232 0 0 0.09 0.00 60 0.92 0.95
Hex FE FE E8 0 0 9 0 3C 5C 5F
Octal 376 376 350 0 0 11 0 74 134 137
Binary 11111110 11111110 11101000 0 0 1001 0 111100 1011100 1011111

Color Harmonies of #FEFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEE8

Black with #FEFEE8

Text Example


Text Example

White with #FEFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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