#FAFCBE

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

Shades of Cumulus #FAFCBE

Tints of Cumulus #FAFCBE

Color information

#FAFCBE (or 0xFAFCBE) is unknown color: approx Cumulus. HEX triplet: FA, FC and BE. RGB value is (250,252,190). Sum of RGB (Red+Green+Blue) = 250+252+190=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 190 (74.61% from 255 or 27.46% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCBE is #050341. Grayscale: #F4F4F4. Windows color (decimal): -328514 or 12516602. OLE color: 12516602.

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

Color convert

RGB250252190-
CMYK0.0100.250.01
HSL61.94º91.18%86.67%-
HSV(B)61.94º24.6%98.82%-
XYZ83.5393.6662.39-
YUV244.3397.34132.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 190 (74.61% from 255) = 27.46%
R=36.13%
G=36.42%
B=27.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521900.0100.250.0161.9491.1886.67
HexFAFCBE101913e5b57
Octal3723742761031176133127
Binary1111101011111100101111101011001111111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCBE; }

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

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

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

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

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

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

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

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