#FDFBEF

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

Shades of Ivory #FDFBEF

Tints of Ivory #FDFBEF

Color information

#FDFBEF (or 0xFDFBEF) is unknown color: approx Ivory. HEX triplet: FD, FB and EF. RGB value is (253,251,239). Sum of RGB (Red+Green+Blue) = 253+251+239=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 251 (98.44% from 255 or 33.78% from 743); Blue value is 239 (93.75% from 255 or 32.17% from 743); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEF is #020410. Grayscale: #FAFAFA. Windows color (decimal): -132113 or 15727613. OLE color: 15727613.

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

Color convert

RGB253251239-
CMYK00.010.060.01
HSL51.43º77.78%96.47%-
HSV(B)51.43º5.53%99.22%-
XYZ90.5996.1195.44-
YUV250.23121.66129.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.05%
GREEN value IS 251 (98.44% from 255) = 33.78%
BLUE value IS 239 (93.75% from 255) = 32.17%
R=34.05%
G=33.78%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325123900.010.060.0151.4377.7896.47
HexFDFBEF0161334e60
Octal375373357016163116140
Binary11111101111110111110111101110111001110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBEF; }

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

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

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

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

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

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

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

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