Html Css Color HEX #FDFCF6 Ivory

📋 copy color: '#FDFCF6'

red 253 ◦ green 252 ◦ blue 246

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

Shades of Ivory #FDFCF6

Tints of Ivory #FDFCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 32.76%

R = 33.69%
G = 33.56%
B = 32.76%

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

#FDFCF6 (or 0xFDFCF6) is known color: Ivory. HEX triplet: FD, FC and F6. RGB value is (253,252,246). Sum of RGB (Red+Green+Blue) = 253+252+246=751 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.69% from 751); Green value is 252 (98.83% from 255 or 33.56% from 751); Blue value is 246 (96.48% from 255 or 32.76% from 751); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF6 is #020309. Grayscale: #FBFBFB. Windows color (decimal): -131850 or 16186621. OLE color: 16186621.

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

Color convert

RGB 253 252 246 -
CMYK 0 0.00 0.03 0.01
HSL 51.43º 0.64% 0.98% -
HSV(B) 51.43º 0.03% 0.99% -
XYZ 91.95 97.16 101.1 -
YUV 251.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 253 252 246 0 0.00 0.03 0.01 51.43 0.64 0.98
Hex FD FC F6 0 0 3 1 33 40 62
Octal 375 374 366 0 0 3 1 63 100 142
Binary 11111101 11111100 11110110 0 0 11 1 110011 1000000 1100010

Color Harmonies of #FDFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFCF6

Black with #FDFCF6

Text Example


Text Example

White with #FDFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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