#F1DFDF

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

Shades of Soft Peach #F1DFDF

Tints of Soft Peach #F1DFDF

Color information

#F1DFDF (or 0xF1DFDF) is unknown color: approx Soft Peach. HEX triplet: F1, DF and DF. RGB value is (241,223,223). Sum of RGB (Red+Green+Blue) = 241+223+223=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFDF is #0E2020. Grayscale: #E4E4E4. Windows color (decimal): -925729 or 14671857. OLE color: 14671857.

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

Color convert

RGB241223223-
CMYK00.070.070.05
HSL39.13%90.98%-
HSV(B)7.47%94.51%-
XYZ75.9876.880.63-
YUV228.38124.96137-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 223 (87.5% from 255) = 32.46%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=35.08%
G=32.46%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122322300.070.070.05039.1390.98
HexF1DFDF07750275b
Octal3613373370775047133
Binary111100011101111111011111011111110101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFDF; }

 p { color: rgb(241,223,223); }

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

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

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

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

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

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

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