#FDFDFB

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

Shades of Ivory #FDFDFB

Tints of Ivory #FDFDFB

Color information

#FDFDFB (or 0xFDFDFB) is unknown color: approx Ivory. HEX triplet: FD, FD and FB. RGB value is (253,253,251). Sum of RGB (Red+Green+Blue) = 253+253+251=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 253 (99.22% from 255 or 33.42% from 757); Blue value is 251 (98.44% from 255 or 33.16% from 757); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFB is #020204. Grayscale: #FCFCFC. Windows color (decimal): -131589 or 16514557. OLE color: 16514557.

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

Color convert

RGB253253251-
CMYK000.010.01
HSL60º33.33%98.82%-
HSV(B)60º0.79%99.22%-
XYZ93.0598.1105.3-
YUV252.77127128.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.42%
GREEN value IS 253 (99.22% from 255) = 33.42%
BLUE value IS 251 (98.44% from 255) = 33.16%
R=33.42%
G=33.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253251000.010.016033.3398.82
HexFDFDFB00113c2163
Octal37537537300117441143
Binary11111101111111011111101100111111001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDFB; }

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

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

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

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

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

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

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

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