#F1DCDD

Color #F1DCDD Pale Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Pink #F1DCDD

Tints of Pale Pink #F1DCDD

Color information

#F1DCDD (or 0xF1DCDD) is unknown color: approx Pale Pink. HEX triplet: F1, DC and DD. RGB value is (241,220,221). Sum of RGB (Red+Green+Blue) = 241+220+221=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDD is #0E2322. Grayscale: #E2E2E2. Windows color (decimal): -926499 or 14540017. OLE color: 14540017.

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

Color convert

RGB241220221-
CMYK00.090.080.05
HSL357.14º42.86%90.39%-
HSV(B)357.14º8.71%94.51%-
XYZ74.9275.1178.96-
YUV226.39124.96138.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 220 (86.33% from 255) = 32.26%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=35.34%
G=32.26%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122022100.090.080.05357.1442.8690.39
HexF1DCDD09851652b5a
Octal36133433501110554553132
Binary1111000111011100110111010100110001011011001011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCDD; }

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

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

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

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

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

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

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

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