#F3DCDC

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

Shades of Soft Peach #F3DCDC

Tints of Soft Peach #F3DCDC

Color information

#F3DCDC (or 0xF3DCDC) is unknown color: approx Soft Peach. HEX triplet: F3, DC and DC. RGB value is (243,220,220). Sum of RGB (Red+Green+Blue) = 243+220+220=683 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.58% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDC is #0C2323. Grayscale: #E2E2E2. Windows color (decimal): -795428 or 14474483. OLE color: 14474483.

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

Color convert

RGB243220220-
CMYK00.090.090.05
HSL48.94%90.78%-
HSV(B)9.47%95.29%-
XYZ75.4775.4178.29-
YUV226.88124.12139.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.58%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=35.58%
G=32.21%
B=32.21%

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
Decimal24322022000.090.090.05048.9490.78
HexF3DCDC09950315b
Octal363334334011115061133
Binary11110011110111001101110001001100110101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCDC; }

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

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

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

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

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

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

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

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