#F3E6BD

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

Shades of Half Colonial White #F3E6BD

Tints of Half Colonial White #F3E6BD

Color information

#F3E6BD (or 0xF3E6BD) is unknown color: approx Half Colonial White. HEX triplet: F3, E6 and BD. RGB value is (243,230,189). Sum of RGB (Red+Green+Blue) = 243+230+189=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6BD is #0C1942. Grayscale: #E5E5E5. Windows color (decimal): -792899 or 12445427. OLE color: 12445427.

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

Color convert

RGB243230189-
CMYK00.050.220.05
HSL45.56º69.23%84.71%-
HSV(B)45.56º22.22%95.29%-
XYZ74.4479.3259.53-
YUV229.21105.31137.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 230 (90.23% from 255) = 34.74%
BLUE value IS 189 (74.22% from 255) = 28.55%
R=36.71%
G=34.74%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323018900.050.220.0545.5669.2384.71
HexF3E6BD051652e4555
Octal3633462750526556105125
Binary11110011111001101011110101011011010110111010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6BD; }

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

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

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

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

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

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

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

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