#F3EDBA

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

Shades of Cumulus #F3EDBA

Tints of Cumulus #F3EDBA

Color information

#F3EDBA (or 0xF3EDBA) is unknown color: approx Cumulus. HEX triplet: F3, ED and BA. RGB value is (243,237,186). Sum of RGB (Red+Green+Blue) = 243+237+186=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EDBA is #0C1245. Grayscale: #E9E9E9. Windows color (decimal): -791110 or 12250611. OLE color: 12250611.

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

Color convert

RGB243237186-
CMYK00.020.230.05
HSL53.68º70.37%84.12%-
HSV(B)53.68º23.46%95.29%-
XYZ76.1183.1758.5-
YUV232.98101.49135.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=36.49%
G=35.59%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323718600.020.230.0553.6870.3784.12
HexF3EDBA02175364654
Octal3633552720227566106124
Binary1111001111101101101110100101011110111011010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EDBA; }

 p { color: rgb(243,237,186); }

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

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

 a { background-color: rgb(243,237,186); }

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

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

 span { border-color: rgb(243,237,186); }

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