#F2F1BF

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

Shades of Cumulus #F2F1BF

Tints of Cumulus #F2F1BF

Color information

#F2F1BF (or 0xF2F1BF) is unknown color: approx Cumulus. HEX triplet: F2, F1 and BF. RGB value is (242,241,191). Sum of RGB (Red+Green+Blue) = 242+241+191=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 191 (75% from 255 or 28.34% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F1BF is #0D0E40. Grayscale: #EBEBEB. Windows color (decimal): -855617 or 12579314. OLE color: 12579314.

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

Color convert

RGB242241191-
CMYK00.000.210.05
HSL58.82º66.23%84.9%-
HSV(B)58.82º21.07%94.9%-
XYZ77.4885.5561.72-
YUV235.6102.83132.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 35.76%
BLUE value IS 191 (75% from 255) = 28.34%
R=35.91%
G=35.76%
B=28.34%

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
Decimal24224119100.000.210.0558.8266.2384.9
HexF2F1BF001553b4255
Octal3623612770025573102125
Binary111100101111000110111111001010110111101110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F1BF; }

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

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

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

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

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

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

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

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