#F2EFBC

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

Shades of Cumulus #F2EFBC

Tints of Cumulus #F2EFBC

Color information

#F2EFBC (or 0xF2EFBC) is unknown color: approx Cumulus. HEX triplet: F2, EF and BC. RGB value is (242,239,188). Sum of RGB (Red+Green+Blue) = 242+239+188=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFBC is #0D1043. Grayscale: #EAEAEA. Windows color (decimal): -856132 or 12382194. OLE color: 12382194.

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

Color convert

RGB242239188-
CMYK00.010.220.05
HSL56.67º67.5%84.31%-
HSV(B)56.67º22.31%94.9%-
XYZ76.5684.2459.8-
YUV234.08101.99133.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.17%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 188 (73.83% from 255) = 28.10%
R=36.17%
G=35.72%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223918800.010.220.0556.6767.584.31
HexF2EFBC01165394454
Octal3623572740126571104124
Binary111100101110111110111100011011010111100110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFBC; }

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

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

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

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

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

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

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

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