Html Css Color HEX #FEFEE9 Ivory

📋 copy color: '#FEFEE9'

red 254 ◦ green 254 ◦ blue 233

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

Shades of Ivory #FEFEE9

Tints of Ivory #FEFEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 31.44%

R = 34.28%
G = 34.28%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEFEE9 (or 0xFEFEE9) is known color: Ivory. HEX triplet: FE, FE and E9. RGB value is (254,254,233). Sum of RGB (Red+Green+Blue) = 254+254+233=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 233 (91.41% from 255 or 31.44% from 741); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEE9 is #010116. Grayscale: #FBFBFB. Windows color (decimal): -65815 or 15335166. OLE color: 15335166.

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

Color convert

RGB 254 254 233 -
CMYK 0 0 0.08 0.00
HSL 60º 0.91% 0.95% -
HSV(B) 60º 0.08% 1% -
XYZ 91.02 97.84 91.18 -
YUV 251.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 254 254 233 0 0 0.08 0.00 60 0.91 0.95
Hex FE FE E9 0 0 8 0 3C 5B 5F
Octal 376 376 351 0 0 10 0 74 133 137
Binary 11111110 11111110 11101001 0 0 1000 0 111100 1011011 1011111

Color Harmonies of #FEFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEE9

Black with #FEFEE9

Text Example


Text Example

White with #FEFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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