#F3DFDE

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

Shades of Soft Peach #F3DFDE

Tints of Soft Peach #F3DFDE

Color information

#F3DFDE (or 0xF3DFDE) is unknown color: approx Soft Peach. HEX triplet: F3, DF and DE. RGB value is (243,223,222). Sum of RGB (Red+Green+Blue) = 243+223+222=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFDE is #0C2021. Grayscale: #E4E4E4. Windows color (decimal): -794658 or 14606323. OLE color: 14606323.

HSL color Cylindrical-coordinate representation of color #F3DFDE: hue angle of 2.86º degrees, saturation: 0.47, 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 #F3DFDE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243223222-
CMYK00.080.090.05
HSL2.86º46.67%91.18%-
HSV(B)2.86º8.64%95.29%-
XYZ76.5377.179.96-
YUV228.87124.13138.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 223 (87.5% from 255) = 32.41%
BLUE value IS 222 (87.11% from 255) = 32.27%
R=35.32%
G=32.41%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322322200.080.090.052.8646.6791.18
HexF3DFDE089532f5b
Octal363337336010115357133
Binary111100111101111111011110010001001101111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFDE; }

 p { color: rgb(243,223,222); }

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

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

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

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

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

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

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