Html Css Color HEX #FDFCF5 Ivory

📋 copy color: '#FDFCF5'

red 253 ◦ green 252 ◦ blue 245

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

Shades of Ivory #FDFCF5

Tints of Ivory #FDFCF5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.6%

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

R = 33.73%
G = 33.6%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FDFCF5 (or 0xFDFCF5) is known color: Ivory. HEX triplet: FD, FC and F5. RGB value is (253,252,245). Sum of RGB (Red+Green+Blue) = 253+252+245=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF5 is #02030A. Grayscale: #FBFBFB. Windows color (decimal): -131851 or 16121085. OLE color: 16121085.

HSL color Cylindrical-coordinate representation of color #FDFCF5: hue angle of 52.5º 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 #FDFCF5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 252 245 -
CMYK 0 0.00 0.03 0.01
HSL 52.5º 0.67% 0.98% -
HSV(B) 52.5º 0.03% 0.99% -
XYZ 91.8 97.1 100.29 -
YUV 251.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 253 252 245 0 0.00 0.03 0.01 52.5 0.67 0.98
Hex FD FC F5 0 0 3 1 34 43 62
Octal 375 374 365 0 0 3 1 64 103 142
Binary 11111101 11111100 11110101 0 0 11 1 110100 1000011 1100010

Color Harmonies of #FDFCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCF5

Black with #FDFCF5

Text Example


Text Example

White with #FDFCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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