Html Css Color HEX #FEFEF5 Ivory

📋 copy color: '#FEFEF5'

red 254 ◦ green 254 ◦ blue 245

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

Shades of Ivory #FEFEF5

Tints of Ivory #FEFEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 32.54%

R = 33.73%
G = 33.73%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEFEF5 (or 0xFEFEF5) is known color: Ivory. HEX triplet: FE, FE and F5. RGB value is (254,254,245). Sum of RGB (Red+Green+Blue) = 254+254+245=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 245 (96.09% from 255 or 32.54% from 753); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF5 is #01010A. Grayscale: #FDFDFD. Windows color (decimal): -65803 or 16121598. OLE color: 16121598.

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

Color convert

RGB 254 254 245 -
CMYK 0 0 0.04 0.00
HSL 60º 0.82% 0.98% -
HSV(B) 60º 0.04% 1% -
XYZ 92.8 98.55 100.52 -
YUV 252.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 254 254 245 0 0 0.04 0.00 60 0.82 0.98
Hex FE FE F5 0 0 4 0 3C 52 62
Octal 376 376 365 0 0 4 0 74 122 142
Binary 11111110 11111110 11110101 0 0 100 0 111100 1010010 1100010

Color Harmonies of #FEFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFEF5

Black with #FEFEF5

Text Example


Text Example

White with #FEFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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