Html Css Color HEX #FEFFF8 Ivory

📋 copy color: '#FEFFF8'

red 254 ◦ green 255 ◦ blue 248

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

Shades of Ivory #FEFFF8

Tints of Ivory #FEFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 32.76%

R = 33.55%
G = 33.69%
B = 32.76%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FEFFF8 (or 0xFEFFF8) is known color: Ivory. HEX triplet: FE, FF and F8. RGB value is (254,255,248). Sum of RGB (Red+Green+Blue) = 254+255+248=757 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.55% from 757); Green value is 255 (100% from 255 or 33.69% from 757); Blue value is 248 (97.27% from 255 or 32.76% from 757); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF8 is #010007. Grayscale: #FDFDFD. Windows color (decimal): -65544 or 16318462. OLE color: 16318462.

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

Color convert

RGB 254 255 248 -
CMYK 0.00 0 0.03 0
HSL 68.57º 1% 0.99% -
HSV(B) 68.57º 0.03% 1% -
XYZ 93.58 99.37 103.05 -
YUV 253.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 254 255 248 0.00 0 0.03 0 68.57 1 0.99
Hex FE FF F8 0 0 3 0 45 64 63
Octal 376 377 370 0 0 3 0 105 144 143
Binary 11111110 11111111 11111000 0 0 11 0 1000101 1100100 1100011

Color Harmonies of #FEFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFFF8

Black with #FEFFF8

Text Example


Text Example

White with #FEFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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