#FBFCF4

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

Shades of Ivory #FBFCF4

Tints of Ivory #FBFCF4

Color information

#FBFCF4 (or 0xFBFCF4) is unknown color: approx Ivory. HEX triplet: FB, FC and F4. RGB value is (251,252,244). Sum of RGB (Red+Green+Blue) = 251+252+244=747 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.60% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 244 (95.70% from 255 or 32.66% from 747); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCF4 is #04030B. Grayscale: #FAFAFA. Windows color (decimal): -262924 or 16055547. OLE color: 16055547.

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

Color convert

RGB251252244-
CMYK0.0000.030.01
HSL67.5º57.14%97.25%-
HSV(B)67.5º3.17%98.82%-
XYZ90.9296.6699.45-
YUV250.79124.17128.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.60%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 244 (95.70% from 255) = 32.66%
R=33.60%
G=33.73%
B=32.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522440.0000.030.0167.557.1497.25
HexFBFCF40031443961
Octal373374364003110471141
Binary1111101111111100111101000011110001001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCF4; }

 p { color: rgb(251,252,244); }

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

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

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

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

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

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

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