#F2EFBB

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

Shades of Cumulus #F2EFBB

Tints of Cumulus #F2EFBB

Color information

#F2EFBB (or 0xF2EFBB) is unknown color: approx Cumulus. HEX triplet: F2, EF and BB. RGB value is (242,239,187). Sum of RGB (Red+Green+Blue) = 242+239+187=668 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.23% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBB is #0D1044. Grayscale: #EAEAEA. Windows color (decimal): -856133 or 12316658. OLE color: 12316658.

HSL color Cylindrical-coordinate representation of color #F2EFBB: hue angle of 56.73º degrees, saturation: 0.68, 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 #F2EFBB is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB242239187-
CMYK00.010.230.05
HSL56.73º67.9%84.12%-
HSV(B)56.73º22.73%94.9%-
XYZ76.4584.259.24-
YUV233.97101.49133.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.23%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 187 (73.44% from 255) = 27.99%
R=36.23%
G=35.78%
B=27.99%

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
Decimal24223918700.010.230.0556.7367.984.12
HexF2EFBB01175394454
Octal3623572730127571104124
Binary111100101110111110111011011011110111100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFBB; }

 p { color: rgb(242,239,187); }

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

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

 a { background-color: rgb(242,239,187); }

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

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

 span { border-color: rgb(242,239,187); }

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