Html Css Color HEX #FDFDF9 Ivory

📋 copy color: '#FDFDF9'

red 253 ◦ green 253 ◦ blue 249

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

Shades of Ivory #FDFDF9

Tints of Ivory #FDFDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 32.98%

R = 33.51%
G = 33.51%
B = 32.98%

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

#FDFDF9 (or 0xFDFDF9) is known color: Ivory. HEX triplet: FD, FD and F9. RGB value is (253,253,249). Sum of RGB (Red+Green+Blue) = 253+253+249=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF9 is #020206. Grayscale: #FCFCFC. Windows color (decimal): -131591 or 16383485. OLE color: 16383485.

HSL color Cylindrical-coordinate representation of color #FDFDF9: hue angle of 60º degrees, saturation: 0.5, 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 #FDFDF9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 249 -
CMYK 0 0 0.02 0.01
HSL 60º 0.5% 0.98% -
HSV(B) 60º 0.02% 0.99% -
XYZ 92.73 97.97 103.65 -
YUV 252.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 253 253 249 0 0 0.02 0.01 60 0.5 0.98
Hex FD FD F9 0 0 2 1 3C 32 62
Octal 375 375 371 0 0 2 1 74 62 142
Binary 11111101 11111101 11111001 0 0 10 1 111100 110010 1100010

Color Harmonies of #FDFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDF9

Black with #FDFDF9

Text Example


Text Example

White with #FDFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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