Html Css Color HEX #FEFEEF Ivory

📋 copy color: '#FEFEEF'

red 254 ◦ green 254 ◦ blue 239

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

Shades of Ivory #FEFEEF

Tints of Ivory #FEFEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 31.99%

R = 34%
G = 34%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEFEEF (or 0xFEFEEF) is known color: Ivory. HEX triplet: FE, FE and EF. RGB value is (254,254,239). Sum of RGB (Red+Green+Blue) = 254+254+239=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 239 (93.75% from 255 or 31.99% from 747); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEF is #010110. Grayscale: #FCFCFC. Windows color (decimal): -65809 or 15728382. OLE color: 15728382.

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

Color convert

RGB 254 254 239 -
CMYK 0 0 0.06 0.00
HSL 60º 0.88% 0.97% -
HSV(B) 60º 0.06% 1% -
XYZ 91.89 98.19 95.77 -
YUV 252.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 254 254 239 0 0 0.06 0.00 60 0.88 0.97
Hex FE FE EF 0 0 6 0 3C 58 61
Octal 376 376 357 0 0 6 0 74 130 141
Binary 11111110 11111110 11101111 0 0 110 0 111100 1011000 1100001

Color Harmonies of #FEFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEEF

Black with #FEFEEF

Text Example


Text Example

White with #FEFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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