#F1DADA

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

Shades of Soft Peach #F1DADA

Tints of Soft Peach #F1DADA

Color information

#F1DADA (or 0xF1DADA) is unknown color: approx Soft Peach. HEX triplet: F1, DA and DA. RGB value is (241,218,218). Sum of RGB (Red+Green+Blue) = 241+218+218=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DADA is #0E2525. Grayscale: #E0E0E0. Windows color (decimal): -927014 or 14342897. OLE color: 14342897.

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

Color convert

RGB241218218-
CMYK00.100.100.05
HSL45.1%90%-
HSV(B)9.54%94.51%-
XYZ7473.9176.69-
YUV224.88124.12139.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=35.60%
G=32.20%
B=32.20%

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
Decimal24121821800.100.100.05045.190
HexF1DADA0AA502d5a
Octal361332332012125055132
Binary11110001110110101101101001010101010101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DADA; }

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

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

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

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

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

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

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

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