Html Css Color HEX #FEFEEA Ivory

📋 copy color: '#FEFEEA'

red 254 ◦ green 254 ◦ blue 234

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

Shades of Ivory #FEFEEA

Tints of Ivory #FEFEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 31.54%

R = 34.23%
G = 34.23%
B = 31.54%

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

#FEFEEA (or 0xFEFEEA) is known color: Ivory. HEX triplet: FE, FE and EA. RGB value is (254,254,234). Sum of RGB (Red+Green+Blue) = 254+254+234=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 234 (91.80% from 255 or 31.54% from 742); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEA is #010115. Grayscale: #FBFBFB. Windows color (decimal): -65814 or 15400702. OLE color: 15400702.

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

Color convert

RGB 254 254 234 -
CMYK 0 0 0.08 0.00
HSL 60º 0.91% 0.96% -
HSV(B) 60º 0.08% 1% -
XYZ 91.17 97.89 91.93 -
YUV 251.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 254 254 234 0 0 0.08 0.00 60 0.91 0.96
Hex FE FE EA 0 0 8 0 3C 5B 60
Octal 376 376 352 0 0 10 0 74 133 140
Binary 11111110 11111110 11101010 0 0 1000 0 111100 1011011 1100000

Color Harmonies of #FEFEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEEA

Black with #FEFEEA

Text Example


Text Example

White with #FEFEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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