#F7F2BA

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

Shades of Cumulus #F7F2BA

Tints of Cumulus #F7F2BA

Color information

#F7F2BA (or 0xF7F2BA) is unknown color: approx Cumulus. HEX triplet: F7, F2 and BA. RGB value is (247,242,186). Sum of RGB (Red+Green+Blue) = 247+242+186=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F2BA is #080D45. Grayscale: #EDEDED. Windows color (decimal): -527686 or 12251895. OLE color: 12251895.

HSL color Cylindrical-coordinate representation of color #F7F2BA: hue angle of 55.08º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7F2BA is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247242186-
CMYK00.020.250.03
HSL55.08º79.22%84.9%-
HSV(B)55.08º24.7%96.86%-
XYZ78.9786.8259.05-
YUV237.1199.16135.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=36.59%
G=35.85%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724218600.020.250.0355.0879.2284.9
HexF7F2BA02193374f55
Octal3673622720231367117125
Binary111101111111001010111010010110011111011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F2BA; }

 p { color: rgb(247,242,186); }

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

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

 a { background-color: rgb(247,242,186); }

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

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

 span { border-color: rgb(247,242,186); }

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