#F3F1BA

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

Shades of Cumulus #F3F1BA

Tints of Cumulus #F3F1BA

Color information

#F3F1BA (or 0xF3F1BA) is unknown color: approx Cumulus. HEX triplet: F3, F1 and BA. RGB value is (243,241,186). Sum of RGB (Red+Green+Blue) = 243+241+186=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F1BA is #0C0E45. Grayscale: #EBEBEB. Windows color (decimal): -790086 or 12251635. OLE color: 12251635.

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

Color convert

RGB243241186-
CMYK00.010.230.05
HSL57.89º70.37%84.12%-
HSV(B)57.89º23.46%95.29%-
XYZ77.2885.5158.89-
YUV235.33100.16133.47-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.27%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 186 (73.05% from 255) = 27.76%
R=36.27%
G=35.97%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324118600.010.230.0557.8970.3784.12
HexF3F1BA011753a4654
Octal3633612720127572106124
Binary111100111111000110111010011011110111101010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F1BA; }

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

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

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

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

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

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

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

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