#F1D7DC

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

Shades of Pale Rose #F1D7DC

Tints of Pale Rose #F1D7DC

Color information

#F1D7DC (or 0xF1D7DC) is unknown color: approx Pale Rose. HEX triplet: F1, D7 and DC. RGB value is (241,215,220). Sum of RGB (Red+Green+Blue) = 241+215+220=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DC is #0E2823. Grayscale: #DFDFDF. Windows color (decimal): -927780 or 14473201. OLE color: 14473201.

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

Color convert

RGB241215220-
CMYK00.110.090.05
HSL348.46º48.15%89.41%-
HSV(B)348.46º10.79%94.51%-
XYZ73.4972.4777.82-
YUV223.34126.11140.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.65%
GREEN value IS 215 (84.38% from 255) = 31.80%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=35.65%
G=31.80%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121522000.110.090.05348.4648.1589.41
HexF1D7DC0B9515c3059
Octal36132733401311553460131
Binary1111000111010111110111000101110011011010111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7DC; }

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

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

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

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

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

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

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

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