#F3E5BD

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

Shades of Half Colonial White #F3E5BD

Tints of Half Colonial White #F3E5BD

Color information

#F3E5BD (or 0xF3E5BD) is unknown color: approx Half Colonial White. HEX triplet: F3, E5 and BD. RGB value is (243,229,189). Sum of RGB (Red+Green+Blue) = 243+229+189=661 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.76% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E5BD is #0C1A42. Grayscale: #E4E4E4. Windows color (decimal): -793155 or 12445171. OLE color: 12445171.

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

Color convert

RGB243229189-
CMYK00.060.220.05
HSL44.44º69.23%84.71%-
HSV(B)44.44º22.22%95.29%-
XYZ74.1778.7759.44-
YUV228.63105.64138.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.76%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=36.76%
G=34.64%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322918900.060.220.0544.4469.2384.71
HexF3E5BD061652c4555
Octal3633452750626554105125
Binary11110011111001011011110101101011010110110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E5BD; }

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

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

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

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

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

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

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

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