#FBFAC0

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

Shades of Cumulus #FBFAC0

Tints of Cumulus #FBFAC0

Color information

#FBFAC0 (or 0xFBFAC0) is unknown color: approx Cumulus. HEX triplet: FB, FA and C0. RGB value is (251,250,192). Sum of RGB (Red+Green+Blue) = 251+250+192=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 192 (75.39% from 255 or 27.71% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAC0 is #04053F. Grayscale: #F3F3F3. Windows color (decimal): -263488 or 12647163. OLE color: 12647163.

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

Color convert

RGB251250192-
CMYK00.000.240.02
HSL58.98º88.06%86.86%-
HSV(B)58.98º23.51%98.43%-
XYZ83.4892.6963.36-
YUV243.6998.83133.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 192 (75.39% from 255) = 27.71%
R=36.22%
G=36.08%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125019200.000.240.0258.9888.0686.86
HexFBFAC0001823b5857
Octal3733723000030273130127
Binary11111011111110101100000000110001011101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAC0; }

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

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

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

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

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

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

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

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