#F9F6BE

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

Shades of Cumulus #F9F6BE

Tints of Cumulus #F9F6BE

Color information

#F9F6BE (or 0xF9F6BE) is unknown color: approx Cumulus. HEX triplet: F9, F6 and BE. RGB value is (249,246,190). Sum of RGB (Red+Green+Blue) = 249+246+190=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 190 (74.61% from 255 or 27.74% from 685); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F6BE is #060941. Grayscale: #F0F0F0. Windows color (decimal): -395586 or 12515065. OLE color: 12515065.

HSL color Cylindrical-coordinate representation of color #F9F6BE: hue angle of 56.95º degrees, saturation: 0.83, 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 #F9F6BE is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249246190-
CMYK00.010.240.02
HSL56.95º83.1%86.08%-
HSV(B)56.95º23.69%97.65%-
XYZ81.3289.7761.76-
YUV240.5199.49134.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.35%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 190 (74.61% from 255) = 27.74%
R=36.35%
G=35.91%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924619000.010.240.0256.9583.186.08
HexF9F6BE01182395356
Octal3713662760130271123126
Binary11111001111101101011111001110001011100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F6BE; }

 p { color: rgb(249,246,190); }

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

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

 a { background-color: rgb(249,246,190); }

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

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

 span { border-color: rgb(249,246,190); }

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