Html Css Color HEX #FDFDF5 Ivory

📋 copy color: '#FDFDF5'

red 253 ◦ green 253 ◦ blue 245

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

Shades of Ivory #FDFDF5

Tints of Ivory #FDFDF5

RGB

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

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

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

R = 33.69%
G = 33.69%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDFDF5 (or 0xFDFDF5) is known color: Ivory. HEX triplet: FD, FD and F5. RGB value is (253,253,245). Sum of RGB (Red+Green+Blue) = 253+253+245=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 245 (96.09% from 255 or 32.62% from 751); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF5 is #02020A. Grayscale: #FCFCFC. Windows color (decimal): -131595 or 16121341. OLE color: 16121341.

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

Color convert

RGB 253 253 245 -
CMYK 0 0 0.03 0.01
HSL 60º 0.67% 0.98% -
HSV(B) 60º 0.03% 0.99% -
XYZ 92.11 97.73 100.39 -
YUV 252.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 253 253 245 0 0 0.03 0.01 60 0.67 0.98
Hex FD FD F5 0 0 3 1 3C 43 62
Octal 375 375 365 0 0 3 1 74 103 142
Binary 11111101 11111101 11110101 0 0 11 1 111100 1000011 1100010

Color Harmonies of #FDFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDF5

Black with #FDFDF5

Text Example


Text Example

White with #FDFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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