#F9FAEB

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

Shades of Ivory #F9FAEB

Tints of Ivory #F9FAEB

Color information

#F9FAEB (or 0xF9FAEB) is unknown color: approx Ivory. HEX triplet: F9, FA and EB. RGB value is (249,250,235). Sum of RGB (Red+Green+Blue) = 249+250+235=734 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.92% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FAEB is #060514. Grayscale: #F8F8F8. Windows color (decimal): -394517 or 15465209. OLE color: 15465209.

HSL color Cylindrical-coordinate representation of color #F9FAEB: hue angle of 64º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F9FAEB is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB249250235-
CMYK0.0000.060.02
HSL64º60%95.1%-
HSV(B)64º6%98.04%-
XYZ88.2594.5192.19-
YUV247.99120.67128.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.92%
GREEN value IS 250 (98.05% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 32.02%
R=33.92%
G=34.06%
B=32.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502350.0000.060.02646095.1
HexF9FAEB0062403c5f
Octal371372353006210074137
Binary111110011111101011101011001101010000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAEB; }

 p { color: rgb(249,250,235); }

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

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

 a { background-color: rgb(249,250,235); }

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

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

 span { border-color: rgb(249,250,235); }

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