#FAFCBB

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

Shades of Cumulus #FAFCBB

Tints of Cumulus #FAFCBB

Color information

#FAFCBB (or 0xFAFCBB) is unknown color: approx Cumulus. HEX triplet: FA, FC and BB. RGB value is (250,252,187). Sum of RGB (Red+Green+Blue) = 250+252+187=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 187 (73.44% from 255 or 27.14% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCBB is #050344. Grayscale: #F4F4F4. Windows color (decimal): -328517 or 12319994. OLE color: 12319994.

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

Color convert

RGB250252187-
CMYK0.0100.260.01
HSL61.85º91.55%86.08%-
HSV(B)61.85º25.79%98.82%-
XYZ83.293.5360.68-
YUV243.9995.84132.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 187 (73.44% from 255) = 27.14%
R=36.28%
G=36.57%
B=27.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521870.0100.260.0161.8591.5586.08
HexFAFCBB101A13e5c56
Octal3723742731032176134126
Binary1111101011111100101110111011010111111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCBB; }

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

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

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

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

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

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

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

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