#FDFBEE

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

Shades of Ivory #FDFBEE

Tints of Ivory #FDFBEE

Color information

#FDFBEE (or 0xFDFBEE) is unknown color: approx Ivory. HEX triplet: FD, FB and EE. RGB value is (253,251,238). Sum of RGB (Red+Green+Blue) = 253+251+238=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 238 (93.36% from 255 or 32.08% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEE is #020411. Grayscale: #FAFAFA. Windows color (decimal): -132114 or 15662077. OLE color: 15662077.

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

Color convert

RGB253251238-
CMYK00.010.060.01
HSL52º78.95%96.27%-
HSV(B)52º5.93%99.22%-
XYZ90.4496.0594.66-
YUV250.12121.16130.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.10%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 238 (93.36% from 255) = 32.08%
R=34.10%
G=33.83%
B=32.08%

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
Decimal25325123800.010.060.015278.9596.27
HexFDFBEE0161344f60
Octal375373356016164117140
Binary11111101111110111110111001110111010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFBEE; }

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

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

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

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

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

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

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

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