#F1D9DB

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

Shades of Pale Rose #F1D9DB

Tints of Pale Rose #F1D9DB

Color information

#F1D9DB (or 0xF1D9DB) is unknown color: approx Pale Rose. HEX triplet: F1, D9 and DB. RGB value is (241,217,219). Sum of RGB (Red+Green+Blue) = 241+217+219=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D9DB is #0E2624. Grayscale: #E0E0E0. Windows color (decimal): -927269 or 14408177. OLE color: 14408177.

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

Color convert

RGB241217219-
CMYK00.100.090.05
HSL355º46.15%89.8%-
HSV(B)355º9.96%94.51%-
XYZ73.8773.4477.3-
YUV224.4124.95139.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.60%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=35.60%
G=32.05%
B=32.35%

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
Decimal24121721900.100.090.0535546.1589.8
HexF1D9DB0A951632e5a
Octal36133133301211554356132
Binary1111000111011001110110110101010011011011000111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D9DB; }

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

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

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

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

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

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

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

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