#FCFBF5

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

Shades of Ivory #FCFBF5

Tints of Ivory #FCFBF5

Color information

#FCFBF5 (or 0xFCFBF5) is unknown color: approx Ivory. HEX triplet: FC, FB and F5. RGB value is (252,251,245). Sum of RGB (Red+Green+Blue) = 252+251+245=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 251 (98.44% from 255 or 33.56% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFBF5 is #03040A. Grayscale: #FAFAFA. Windows color (decimal): -197643 or 16120828. OLE color: 16120828.

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

Color convert

RGB252251245-
CMYK00.000.030.01
HSL51.43º53.85%97.45%-
HSV(B)51.43º2.78%98.82%-
XYZ91.1296.28100.17-
YUV250.62124.83128.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 33.69%
GREEN value IS 251 (98.44% from 255) = 33.56%
BLUE value IS 245 (96.09% from 255) = 32.75%
R=33.69%
G=33.56%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25225124500.000.030.0151.4353.8597.45
HexFCFBF50031333661
Octal37437336500316366141
Binary111111001111101111110101001111100111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFBF5; }

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

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

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

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

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

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

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

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