Html Css Color HEX #FEFFEE Ivory

📋 copy color: '#FEFFEE'

red 254 ◦ green 255 ◦ blue 238

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

Shades of Ivory #FEFFEE

Tints of Ivory #FEFFEE

RGB

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

 GREEN value IS 255 (100% from 255) = 34.14%

 BLUE value IS 238 (93.36% from 255) = 31.86%

R = 34%
G = 34.14%
B = 31.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FEFFEE (or 0xFEFFEE) is known color: Ivory. HEX triplet: FE, FF and EE. RGB value is (254,255,238). Sum of RGB (Red+Green+Blue) = 254+255+238=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 238 (93.36% from 255 or 31.86% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFEE is #010011. Grayscale: #FCFCFC. Windows color (decimal): -65554 or 15663102. OLE color: 15663102.

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

Color convert

RGB 254 255 238 -
CMYK 0.00 0 0.07 0
HSL 63.53º 1% 0.97% -
HSV(B) 63.53º 0.07% 1% -
XYZ 92.07 98.76 95.1 -
YUV 252.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 254 255 238 0.00 0 0.07 0 63.53 1 0.97
Hex FE FF EE 0 0 7 0 40 64 61
Octal 376 377 356 0 0 7 0 100 144 141
Binary 11111110 11111111 11101110 0 0 111 0 1000000 1100100 1100001

Color Harmonies of #FEFFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFEE

Black with #FEFFEE

Text Example


Text Example

White with #FEFFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFEE; }

 p { color: rgb(254,255,238); }

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

background-color css

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

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

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

border-color css

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

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

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