#F0EFBC

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

Shades of Cumulus #F0EFBC

Tints of Cumulus #F0EFBC

Color information

#F0EFBC (or 0xF0EFBC) is unknown color: approx Cumulus. HEX triplet: F0, EF and BC. RGB value is (240,239,188). Sum of RGB (Red+Green+Blue) = 240+239+188=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFBC is #0F1043. Grayscale: #E9E9E9. Windows color (decimal): -987204 or 12382192. OLE color: 12382192.

HSL color Cylindrical-coordinate representation of color #F0EFBC: hue angle of 58.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0EFBC is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240239188-
CMYK00.000.220.06
HSL58.85º63.41%83.92%-
HSV(B)58.85º21.67%94.12%-
XYZ75.8883.8959.77-
YUV233.48102.33132.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=35.98%
G=35.83%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023918800.000.220.0658.8563.4183.92
HexF0EFBC001663b3f54
Octal360357274002667377124
Binary11110000111011111011110000101101101110111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFBC; }

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

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

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

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

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

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

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

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