#FAFCB9

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

Shades of Cumulus #FAFCB9

Tints of Cumulus #FAFCB9

Color information

#FAFCB9 (or 0xFAFCB9) is unknown color: approx Cumulus. HEX triplet: FA, FC and B9. RGB value is (250,252,185). Sum of RGB (Red+Green+Blue) = 250+252+185=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 185 (72.66% from 255 or 26.93% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCB9 is #050346. Grayscale: #F4F4F4. Windows color (decimal): -328519 or 12188922. OLE color: 12188922.

HSL color Cylindrical-coordinate representation of color #FAFCB9: hue angle of 61.79º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAFCB9 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB250252185-
CMYK0.0100.270.01
HSL61.79º91.78%85.69%-
HSV(B)61.79º26.59%98.82%-
XYZ82.9993.4559.56-
YUV243.7694.84132.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 185 (72.66% from 255) = 26.93%
R=36.39%
G=36.68%
B=26.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521850.0100.270.0161.7991.7885.69
HexFAFCB9101B13e5c56
Octal3723742711033176134126
Binary1111101011111100101110011011011111111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCB9; }

 p { color: rgb(250,252,185); }

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

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

 a { background-color: rgb(250,252,185); }

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

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

 span { border-color: rgb(250,252,185); }

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