#F3DADA

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

Shades of Soft Peach #F3DADA

Tints of Soft Peach #F3DADA

Color information

#F3DADA (or 0xF3DADA) is unknown color: approx Soft Peach. HEX triplet: F3, DA and DA. RGB value is (243,218,218). Sum of RGB (Red+Green+Blue) = 243+218+218=679 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.79% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DADA is #0C2525. Grayscale: #E1E1E1. Windows color (decimal): -795942 or 14342899. OLE color: 14342899.

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

Color convert

RGB243218218-
CMYK00.100.100.05
HSL51.02%90.39%-
HSV(B)10.29%95.29%-
XYZ74.6974.2676.73-
YUV225.48123.78140.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.79%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=35.79%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321821800.100.100.05051.0290.39
HexF3DADA0AA50335a
Octal363332332012125063132
Binary11110011110110101101101001010101010101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DADA; }

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

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

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

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

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

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

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

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