#F5F3BA

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

Shades of Cumulus #F5F3BA

Tints of Cumulus #F5F3BA

Color information

#F5F3BA (or 0xF5F3BA) is unknown color: approx Cumulus. HEX triplet: F5, F3 and BA. RGB value is (245,243,186). Sum of RGB (Red+Green+Blue) = 245+243+186=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F3BA is #0A0C45. Grayscale: #EDEDED. Windows color (decimal): -658502 or 12252149. OLE color: 12252149.

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

Color convert

RGB245243186-
CMYK00.010.240.04
HSL57.97º74.68%84.51%-
HSV(B)57.97º24.08%96.08%-
XYZ78.5787.0659.12-
YUV237.199.16133.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.35%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 186 (73.05% from 255) = 27.60%
R=36.35%
G=36.05%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524318600.010.240.0457.9774.6884.51
HexF5F3BA011843a4b55
Octal3653632720130472113125
Binary111101011111001110111010011100010011101010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F3BA; }

 p { color: rgb(245,243,186); }

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

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

 a { background-color: rgb(245,243,186); }

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

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

 span { border-color: rgb(245,243,186); }

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