#FDFDF6

Color #FDFDF6 Ivory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ivory #FDFDF6

Tints of Ivory #FDFDF6

Color information

#FDFDF6 (or 0xFDFDF6) is unknown color: approx Ivory. HEX triplet: FD, FD and F6. RGB value is (253,253,246). Sum of RGB (Red+Green+Blue) = 253+253+246=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 246 (96.48% from 255 or 32.71% from 752); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF6 is #020209. Grayscale: #FCFCFC. Windows color (decimal): -131594 or 16186877. OLE color: 16186877.

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

Color convert

RGB253253246-
CMYK000.030.01
HSL60º63.64%97.84%-
HSV(B)60º2.77%99.22%-
XYZ92.2797.79101.2-
YUV252.2124.5128.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.64%
GREEN value IS 253 (99.22% from 255) = 33.64%
BLUE value IS 246 (96.48% from 255) = 32.71%
R=33.64%
G=33.64%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253246000.030.016063.6497.84
HexFDFDF600313c4062
Octal375375366003174100142
Binary1111110111111101111101100011111110010000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF6; }

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

 H1.HeaderClassName
 {
   color: #FDFDF6;
 }
 .AnyTagClassName
 {
   color: #FDFDF6;
 }
</style>
background-color css

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

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

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

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

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

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