#F3DAD9

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

Shades of Soft Peach #F3DAD9

Tints of Soft Peach #F3DAD9

Color information

#F3DAD9 (or 0xF3DAD9) is unknown color: approx Soft Peach. HEX triplet: F3, DA and D9. RGB value is (243,218,217). Sum of RGB (Red+Green+Blue) = 243+218+217=678 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.84% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAD9 is #0C2526. Grayscale: #E1E1E1. Windows color (decimal): -795943 or 14277363. OLE color: 14277363.

HSL color Cylindrical-coordinate representation of color #F3DAD9: hue angle of 2.31º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3DAD9 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243218217-
CMYK00.100.110.05
HSL2.31º52%90.2%-
HSV(B)2.31º10.7%95.29%-
XYZ74.5674.2176.04-
YUV225.36123.28140.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.84%
GREEN value IS 218 (85.55% from 255) = 32.15%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=35.84%
G=32.15%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321821700.100.110.052.315290.2
HexF3DAD90AB52345a
Octal363332331012135264132
Binary111100111101101011011001010101011101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAD9; }

 p { color: rgb(243,218,217); }

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

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

 a { background-color: rgb(243,218,217); }

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

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

 span { border-color: rgb(243,218,217); }

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