#F3E6D5

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

Shades of Antique White #F3E6D5

Tints of Antique White #F3E6D5

Color information

#F3E6D5 (or 0xF3E6D5) is unknown color: approx Antique White. HEX triplet: F3, E6 and D5. RGB value is (243,230,213). Sum of RGB (Red+Green+Blue) = 243+230+213=686 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.42% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6D5 is #0C192A. Grayscale: #E8E8E8. Windows color (decimal): -792875 or 14018291. OLE color: 14018291.

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

Color convert

RGB243230213-
CMYK00.050.120.05
HSL34º55.56%89.41%-
HSV(B)34º12.35%95.29%-
XYZ77.2780.4574.41-
YUV231.95117.31135.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.42%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=35.42%
G=33.53%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323021300.050.120.053455.5689.41
HexF3E6D505C5223859
Octal363346325051454270131
Binary111100111110011011010101010111001011000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E6D5; }

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

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

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

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

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

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

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

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