Html Css Color HEX #FFFEF5 Ivory

📋 copy color: '#FFFEF5'

red 255 ◦ green 254 ◦ blue 245

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

Shades of Ivory #FFFEF5

Tints of Ivory #FFFEF5

RGB

 RED value IS 255 (100% from 255) = 33.82%

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

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

R = 33.82%
G = 33.69%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFFEF5 (or 0xFFFEF5) is known color: Ivory. HEX triplet: FF, FE and F5. RGB value is (255,254,245). Sum of RGB (Red+Green+Blue) = 255+254+245=754 (99% of max value = 765). Red value is 255 (100% from 255 or 33.82% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 245 (96.09% from 255 or 32.49% from 754); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEF5 is #00010A. Grayscale: #FDFDFD. Windows color (decimal): -267 or 16121599. OLE color: 16121599.

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

Color convert

RGB 255 254 245 -
CMYK 0 0.00 0.04 0
HSL 54º 1% 0.98% -
HSV(B) 54º 0.04% 1% -
XYZ 93.16 98.74 100.53 -
YUV 253.27 123.33 129.23 -
System Red Green Blue C M Y K H S L
Decimal 255 254 245 0 0.00 0.04 0 54 1 0.98
Hex FF FE F5 0 0 4 0 36 64 62
Octal 377 376 365 0 0 4 0 66 144 142
Binary 11111111 11111110 11110101 0 0 100 0 110110 1100100 1100010

Color Harmonies of #FFFEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFEF5

Black with #FFFEF5

Text Example


Text Example

White with #FFFEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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