#F3F2BE

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

Shades of Cumulus #F3F2BE

Tints of Cumulus #F3F2BE

Color information

#F3F2BE (or 0xF3F2BE) is unknown color: approx Cumulus. HEX triplet: F3, F2 and BE. RGB value is (243,242,190). Sum of RGB (Red+Green+Blue) = 243+242+190=675 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2BE is #0C0D41. Grayscale: #ECECEC. Windows color (decimal): -789826 or 12514035. OLE color: 12514035.

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

Color convert

RGB243242190-
CMYK00.000.220.05
HSL58.87º68.83%84.9%-
HSV(B)58.87º21.81%95.29%-
XYZ78.0186.2861.26-
YUV236.37101.83132.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=36%
G=35.85%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324219000.000.220.0558.8768.8384.9
HexF3F2BE001653b4555
Octal3633622760026573105125
Binary111100111111001010111110001011010111101110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2BE; }

 p { color: rgb(243,242,190); }

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

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

 a { background-color: rgb(243,242,190); }

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

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

 span { border-color: rgb(243,242,190); }

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