#F3E6BE

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

Shades of Half Colonial White #F3E6BE

Tints of Half Colonial White #F3E6BE

Color information

#F3E6BE (or 0xF3E6BE) is unknown color: approx Half Colonial White. HEX triplet: F3, E6 and BE. RGB value is (243,230,190). Sum of RGB (Red+Green+Blue) = 243+230+190=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 190 (74.61% from 255 or 28.66% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6BE is #0C1941. Grayscale: #E5E5E5. Windows color (decimal): -792898 or 12510963. OLE color: 12510963.

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

Color convert

RGB243230190-
CMYK00.050.220.05
HSL45.28º68.83%84.9%-
HSV(B)45.28º21.81%95.29%-
XYZ74.5579.3760.1-
YUV229.33105.81137.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 230 (90.23% from 255) = 34.69%
BLUE value IS 190 (74.61% from 255) = 28.66%
R=36.65%
G=34.69%
B=28.66%

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
Decimal24323019000.050.220.0545.2868.8384.9
HexF3E6BE051652d4555
Octal3633462760526555105125
Binary11110011111001101011111001011011010110110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6BE; }

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

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

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

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

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

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

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

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