#FAF6BA

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

Shades of Cumulus #FAF6BA

Tints of Cumulus #FAF6BA

Color information

#FAF6BA (or 0xFAF6BA) is unknown color: approx Cumulus. HEX triplet: FA, F6 and BA. RGB value is (250,246,186). Sum of RGB (Red+Green+Blue) = 250+246+186=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 186 (73.05% from 255 or 27.27% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6BA is #050945. Grayscale: #F0F0F0. Windows color (decimal): -330054 or 12252922. OLE color: 12252922.

HSL color Cylindrical-coordinate representation of color #FAF6BA: hue angle of 56.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAF6BA is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250246186-
CMYK00.020.260.02
HSL56.25º86.49%85.49%-
HSV(B)56.25º25.6%98.04%-
XYZ81.2489.7859.5-
YUV240.3697.33134.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 246 (96.48% from 255) = 36.07%
BLUE value IS 186 (73.05% from 255) = 27.27%
R=36.66%
G=36.07%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024618600.020.260.0256.2586.4985.49
HexFAF6BA021A2385655
Octal3723662720232270126125
Binary111110101111011010111010010110101011100010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6BA; }

 p { color: rgb(250,246,186); }

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

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

 a { background-color: rgb(250,246,186); }

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

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

 span { border-color: rgb(250,246,186); }

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