#F5F7BE

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

Shades of Cumulus #F5F7BE

Tints of Cumulus #F5F7BE

Color information

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

HSL color Cylindrical-coordinate representation of color #F5F7BE: hue angle of 62.11º 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 #F5F7BE is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB245247190-
CMYK0.0100.230.03
HSL62.11º78.08%85.69%-
HSV(B)62.11º23.08%96.86%-
XYZ80.2189.6561.79-
YUV239.999.84131.63-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452471900.0100.230.0362.1178.0885.69
HexF5F7BE101733e4e56
Octal3653672761027376116126
Binary11110101111101111011111010101111111111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7BE; }

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

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

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

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

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

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

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

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