#F6F6BC

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

Shades of Cumulus #F6F6BC

Tints of Cumulus #F6F6BC

Color information

#F6F6BC (or 0xF6F6BC) is unknown color: approx Cumulus. HEX triplet: F6, F6 and BC. RGB value is (246,246,188). Sum of RGB (Red+Green+Blue) = 246+246+188=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 188 (73.83% from 255 or 27.65% from 680); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F6BC is #090943. Grayscale: #EFEFEF. Windows color (decimal): -592196 or 12383990. OLE color: 12383990.

HSL color Cylindrical-coordinate representation of color #F6F6BC: hue angle of 60º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6F6BC is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246246188-
CMYK000.240.04
HSL60º76.32%85.1%-
HSV(B)60º23.58%96.47%-
XYZ80.0489.1460.56-
YUV239.3999132.72-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.18%
GREEN value IS 246 (96.48% from 255) = 36.18%
BLUE value IS 188 (73.83% from 255) = 27.65%
R=36.18%
G=36.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246188000.240.046076.3285.1
HexF6F6BC001843c4c55
Octal3663662740030474114125
Binary111101101111011010111100001100010011110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6BC; }

 p { color: rgb(246,246,188); }

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

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

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

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

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

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

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