Html Css Color HEX #FDFDF8 Ivory

📋 copy color: '#FDFDF8'

red 253 ◦ green 253 ◦ blue 248

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

Shades of Ivory #FDFDF8

Tints of Ivory #FDFDF8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.55%

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

R = 33.55%
G = 33.55%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDFDF8 (or 0xFDFDF8) is known color: Ivory. HEX triplet: FD, FD and F8. RGB value is (253,253,248). Sum of RGB (Red+Green+Blue) = 253+253+248=754 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.55% from 754); Green value is 253 (99.22% from 255 or 33.55% from 754); Blue value is 248 (97.27% from 255 or 32.89% from 754); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF8 is #020207. Grayscale: #FCFCFC. Windows color (decimal): -131592 or 16317949. OLE color: 16317949.

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

Color convert

RGB 253 253 248 -
CMYK 0 0 0.02 0.01
HSL 60º 0.56% 0.98% -
HSV(B) 60º 0.02% 0.99% -
XYZ 92.58 97.91 102.83 -
YUV 252.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 253 253 248 0 0 0.02 0.01 60 0.56 0.98
Hex FD FD F8 0 0 2 1 3C 38 62
Octal 375 375 370 0 0 2 1 74 70 142
Binary 11111101 11111101 11111000 0 0 10 1 111100 111000 1100010

Color Harmonies of #FDFDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDF8

Black with #FDFDF8

Text Example


Text Example

White with #FDFDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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