#F3F2BF

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

Shades of Cumulus #F3F2BF

Tints of Cumulus #F3F2BF

Color information

#F3F2BF (or 0xF3F2BF) is unknown color: approx Cumulus. HEX triplet: F3, F2 and BF. RGB value is (243,242,191). Sum of RGB (Red+Green+Blue) = 243+242+191=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 191 (75% from 255 or 28.25% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F2BF is #0C0D40. Grayscale: #ECECEC. Windows color (decimal): -789825 or 12579571. OLE color: 12579571.

HSL color Cylindrical-coordinate representation of color #F3F2BF: hue angle of 58.85º 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 #F3F2BF is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243242191-
CMYK00.000.210.05
HSL58.85º68.42%85.1%-
HSV(B)58.85º21.4%95.29%-
XYZ78.1286.3261.83-
YUV236.48102.33132.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.95%
GREEN value IS 242 (94.92% from 255) = 35.80%
BLUE value IS 191 (75% from 255) = 28.25%
R=35.95%
G=35.80%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324219100.000.210.0558.8568.4285.1
HexF3F2BF001553b4455
Octal3633622770025573104125
Binary111100111111001010111111001010110111101110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F2BF; }

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

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

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

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

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

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

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

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