#FBFAC1

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

Shades of Cumulus #FBFAC1

Tints of Cumulus #FBFAC1

Color information

#FBFAC1 (or 0xFBFAC1) is unknown color: approx Cumulus. HEX triplet: FB, FA and C1. RGB value is (251,250,193). Sum of RGB (Red+Green+Blue) = 251+250+193=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 193 (75.78% from 255 or 27.81% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFAC1 is #04053E. Grayscale: #F4F4F4. Windows color (decimal): -263487 or 12712699. OLE color: 12712699.

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

Color convert

RGB251250193-
CMYK00.000.230.02
HSL58.97º87.88%87.06%-
HSV(B)58.97º23.11%98.43%-
XYZ83.5992.7363.94-
YUV243.899.33133.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.17%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 193 (75.78% from 255) = 27.81%
R=36.17%
G=36.02%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125019300.000.230.0258.9787.8887.06
HexFBFAC1001723b5857
Octal3733723010027273130127
Binary11111011111110101100000100101111011101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAC1; }

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

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

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

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

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

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

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

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