#FAFBED

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

Shades of Ivory #FAFBED

Tints of Ivory #FAFBED

Color information

#FAFBED (or 0xFAFBED) is unknown color: approx Ivory. HEX triplet: FA, FB and ED. RGB value is (250,251,237). Sum of RGB (Red+Green+Blue) = 250+251+237=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 237 (92.97% from 255 or 32.11% from 738); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBED is #050412. Grayscale: #F9F9F9. Windows color (decimal): -328723 or 15596538. OLE color: 15596538.

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

Color convert

RGB250251237-
CMYK0.0000.060.02
HSL64.29º63.64%95.69%-
HSV(B)64.29º5.58%98.43%-
XYZ89.2195.4393.84-
YUV249.1121.17128.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.88%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 237 (92.97% from 255) = 32.11%
R=33.88%
G=34.01%
B=32.11%

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
Decimal2502512370.0000.060.0264.2963.6495.69
HexFAFBED0062404060
Octal3723733550062100100140
Binary1111101011111011111011010011010100000010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBED; }

 p { color: rgb(250,251,237); }

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

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

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

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

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

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

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