#FAFBBE

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

Shades of Cumulus #FAFBBE

Tints of Cumulus #FAFBBE

Color information

#FAFBBE (or 0xFAFBBE) is unknown color: approx Cumulus. HEX triplet: FA, FB and BE. RGB value is (250,251,190). Sum of RGB (Red+Green+Blue) = 250+251+190=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 190 (74.61% from 255 or 27.50% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFBBE is #050441. Grayscale: #F3F3F3. Windows color (decimal): -328770 or 12516346. OLE color: 12516346.

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

Color convert

RGB250251190-
CMYK0.0000.240.02
HSL60.98º88.41%86.47%-
HSV(B)60.98º24.3%98.43%-
XYZ83.2293.0462.29-
YUV243.7597.67132.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.18%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 190 (74.61% from 255) = 27.50%
R=36.18%
G=36.32%
B=27.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502511900.0000.240.0260.9888.4186.47
HexFAFBBE001823d5856
Octal3723732760030275130126
Binary11111010111110111011111000110001011110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBBE; }

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

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

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

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

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

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

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

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