#F7F5BE

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

Shades of Cumulus #F7F5BE

Tints of Cumulus #F7F5BE

Color information

#F7F5BE (or 0xF7F5BE) is unknown color: approx Cumulus. HEX triplet: F7, F5 and BE. RGB value is (247,245,190). Sum of RGB (Red+Green+Blue) = 247+245+190=682 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.22% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F5BE is #080A41. Grayscale: #EFEFEF. Windows color (decimal): -526914 or 12514807. OLE color: 12514807.

HSL color Cylindrical-coordinate representation of color #F7F5BE: hue angle of 57.89º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F5BE is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247245190-
CMYK00.010.230.03
HSL57.89º78.08%85.69%-
HSV(B)57.89º23.08%96.86%-
XYZ80.388.861.62-
YUV239.33100.16133.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.22%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=36.22%
G=35.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724519000.010.230.0357.8978.0885.69
HexF7F5BE011733a4e56
Octal3673652760127372116126
Binary11110111111101011011111001101111111101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F5BE; }

 p { color: rgb(247,245,190); }

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

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

 a { background-color: rgb(247,245,190); }

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

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

 span { border-color: rgb(247,245,190); }

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