#F3DBAA

Color #F3DBAA Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #F3DBAA

Tints of Peach-Yellow #F3DBAA

Color information

#F3DBAA (or 0xF3DBAA) is unknown color: approx Peach-Yellow. HEX triplet: F3, DB and AA. RGB value is (243,219,170). Sum of RGB (Red+Green+Blue) = 243+219+170=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBAA is #0C2455. Grayscale: #DCDCDC. Windows color (decimal): -795734 or 11197427. OLE color: 11197427.

HSL color Cylindrical-coordinate representation of color #F3DBAA: hue angle of 40.27º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3DBAA is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243219170-
CMYK00.100.300.05
HSL40.27º75.26%80.98%-
HSV(B)40.27º30.04%95.29%-
XYZ69.5572.6248.38-
YUV220.5999.45143.98-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=38.45%
G=34.65%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321917000.100.300.0540.2775.2680.98
HexF3DBAA0A1E5284b51
Octal36333325201236550113121
Binary111100111101101110101010010101111010110100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBAA; }

 p { color: rgb(243,219,170); }

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

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

 a { background-color: rgb(243,219,170); }

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

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

 span { border-color: rgb(243,219,170); }

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