#F3DDDC

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

Shades of Soft Peach #F3DDDC

Tints of Soft Peach #F3DDDC

Color information

#F3DDDC (or 0xF3DDDC) is unknown color: approx Soft Peach. HEX triplet: F3, DD and DC. RGB value is (243,221,220). Sum of RGB (Red+Green+Blue) = 243+221+220=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDDC is #0C2223. Grayscale: #E3E3E3. Windows color (decimal): -795172 or 14474739. OLE color: 14474739.

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

Color convert

RGB243221220-
CMYK00.090.090.05
HSL2.61º48.94%90.78%-
HSV(B)2.61º9.47%95.29%-
XYZ75.7475.9378.38-
YUV227.46123.79139.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.53%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=35.53%
G=32.31%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322122000.090.090.052.6148.9490.78
HexF3DDDC09953315b
Octal363335334011115361133
Binary111100111101110111011100010011001101111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDDC; }

 p { color: rgb(243,221,220); }

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

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

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

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

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

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

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