#F1D9DC

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

Shades of Pale Rose #F1D9DC

Tints of Pale Rose #F1D9DC

Color information

#F1D9DC (or 0xF1D9DC) is unknown color: approx Pale Rose. HEX triplet: F1, D9 and DC. RGB value is (241,217,220). Sum of RGB (Red+Green+Blue) = 241+217+220=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DC is #0E2623. Grayscale: #E0E0E0. Windows color (decimal): -927268 or 14473713. OLE color: 14473713.

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

Color convert

RGB241217220-
CMYK00.100.090.05
HSL352.5º46.15%89.8%-
HSV(B)352.5º9.96%94.51%-
XYZ74.0173.4978-
YUV224.52125.45139.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.55%
GREEN value IS 217 (85.16% from 255) = 32.01%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=35.55%
G=32.01%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121722000.100.090.05352.546.1589.8
HexF1D9DC0A951602e5a
Octal36133133401211554056132
Binary1111000111011001110111000101010011011011000001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9DC; }

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

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

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

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

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

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

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

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