#FBFAC5

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

Shades of Cumulus #FBFAC5

Tints of Cumulus #FBFAC5

Color information

#FBFAC5 (or 0xFBFAC5) is unknown color: approx Cumulus. HEX triplet: FB, FA and C5. RGB value is (251,250,197). Sum of RGB (Red+Green+Blue) = 251+250+197=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 197 (77.34% from 255 or 28.22% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAC5 is #04053A. Grayscale: #F4F4F4. Windows color (decimal): -263483 or 12974843. OLE color: 12974843.

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

Color convert

RGB251250197-
CMYK00.000.220.02
HSL58.89º87.1%87.84%-
HSV(B)58.89º21.51%98.43%-
XYZ84.0592.9166.33-
YUV244.26101.33132.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 197 (77.34% from 255) = 28.22%
R=35.96%
G=35.82%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125019700.000.220.0258.8987.187.84
HexFBFAC5001623b5758
Octal3733723050026273127130
Binary11111011111110101100010100101101011101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAC5; }

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

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

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

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

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

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

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

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