#FBFCF3

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

Shades of Ivory #FBFCF3

Tints of Ivory #FBFCF3

Color information

#FBFCF3 (or 0xFBFCF3) is unknown color: approx Ivory. HEX triplet: FB, FC and F3. RGB value is (251,252,243). Sum of RGB (Red+Green+Blue) = 251+252+243=746 (98% of max value = 765). Red value is 251 (98.44% from 255 or 33.65% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 243 (95.31% from 255 or 32.57% from 746); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBFCF3 is #04030C. Grayscale: #FAFAFA. Windows color (decimal): -262925 or 15990011. OLE color: 15990011.

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

Color convert

RGB251252243-
CMYK0.0000.040.01
HSL66.67º60%97.06%-
HSV(B)66.67º3.57%98.82%-
XYZ90.7796.698.66-
YUV250.67123.67128.23-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 33.65%
GREEN value IS 252 (98.83% from 255) = 33.78%
BLUE value IS 243 (95.31% from 255) = 32.57%
R=33.65%
G=33.78%
B=32.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2512522430.0000.040.0166.676097.06
HexFBFCF30041433c61
Octal373374363004110374141
Binary11111011111111001111001100100110000111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFCF3; }

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

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

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

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

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

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

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

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