Html Css Color HEX #FDFEF8 Ivory

📋 copy color: '#FDFEF8'

red 253 ◦ green 254 ◦ blue 248

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

Shades of Ivory #FDFEF8

Tints of Ivory #FDFEF8

RGB

 RED value IS 253 (99.22% from 255) = 33.51%

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

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

R = 33.51%
G = 33.64%
B = 32.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FDFEF8 (or 0xFDFEF8) is known color: Ivory. HEX triplet: FD, FE and F8. RGB value is (253,254,248). Sum of RGB (Red+Green+Blue) = 253+254+248=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 254 (99.61% from 255 or 33.64% from 755); Blue value is 248 (97.27% from 255 or 32.85% from 755); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF8 is #020107. Grayscale: #FDFDFD. Windows color (decimal): -131336 or 16318205. OLE color: 16318205.

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

Color convert

RGB 253 254 248 -
CMYK 0.00 0 0.02 0.00
HSL 70º 0.75% 0.98% -
HSV(B) 70º 0.02% 1% -
XYZ 92.89 98.54 102.93 -
YUV 253.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 253 254 248 0.00 0 0.02 0.00 70 0.75 0.98
Hex FD FE F8 0 0 2 0 46 4B 62
Octal 375 376 370 0 0 2 0 106 113 142
Binary 11111101 11111110 11111000 0 0 10 0 1000110 1001011 1100010

Color Harmonies of #FDFEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFEF8

Black with #FDFEF8

Text Example


Text Example

White with #FDFEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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