#F3E6BB

Color #F3E6BB Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #F3E6BB

Tints of Half Colonial White #F3E6BB

Color information

#F3E6BB (or 0xF3E6BB) is unknown color: approx Half Colonial White. HEX triplet: F3, E6 and BB. RGB value is (243,230,187). Sum of RGB (Red+Green+Blue) = 243+230+187=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6BB is #0C1944. Grayscale: #E5E5E5. Windows color (decimal): -792901 or 12314355. OLE color: 12314355.

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

Color convert

RGB243230187-
CMYK00.050.230.05
HSL46.07º70%84.31%-
HSV(B)46.07º23.05%95.29%-
XYZ74.2379.2458.4-
YUV228.98104.31138-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 230 (90.23% from 255) = 34.85%
BLUE value IS 187 (73.44% from 255) = 28.33%
R=36.82%
G=34.85%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323018700.050.230.0546.077084.31
HexF3E6BB051752e4654
Octal3633462730527556106124
Binary11110011111001101011101101011011110110111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6BB; }

 p { color: rgb(243,230,187); }

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

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

 a { background-color: rgb(243,230,187); }

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

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

 span { border-color: rgb(243,230,187); }

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