#F3F0BF

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

Shades of Cumulus #F3F0BF

Tints of Cumulus #F3F0BF

Color information

#F3F0BF (or 0xF3F0BF) is unknown color: approx Cumulus. HEX triplet: F3, F0 and BF. RGB value is (243,240,191). Sum of RGB (Red+Green+Blue) = 243+240+191=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0BF is #0C0F40. Grayscale: #EBEBEB. Windows color (decimal): -790337 or 12579059. OLE color: 12579059.

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

Color convert

RGB243240191-
CMYK00.010.210.05
HSL56.54º68.42%85.1%-
HSV(B)56.54º21.4%95.29%-
XYZ77.5385.1461.64-
YUV235.31102.99133.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.05%
GREEN value IS 240 (94.14% from 255) = 35.61%
BLUE value IS 191 (75% from 255) = 28.34%
R=36.05%
G=35.61%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324019100.010.210.0556.5468.4285.1
HexF3F0BF01155394455
Octal3633602770125571104125
Binary111100111111000010111111011010110111100110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0BF; }

 p { color: rgb(243,240,191); }

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

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

 a { background-color: rgb(243,240,191); }

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

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

 span { border-color: rgb(243,240,191); }

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