#F1D7DB

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

Shades of Pale Rose #F1D7DB

Tints of Pale Rose #F1D7DB

Color information

#F1D7DB (or 0xF1D7DB) is unknown color: approx Pale Rose. HEX triplet: F1, D7 and DB. RGB value is (241,215,219). Sum of RGB (Red+Green+Blue) = 241+215+219=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7DB is #0E2824. Grayscale: #DFDFDF. Windows color (decimal): -927781 or 14407665. OLE color: 14407665.

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

Color convert

RGB241215219-
CMYK00.110.090.05
HSL350.77º48.15%89.41%-
HSV(B)350.77º10.79%94.51%-
XYZ73.3672.4277.13-
YUV223.23125.61140.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.70%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=35.70%
G=31.85%
B=32.44%

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
Decimal24121521900.110.090.05350.7748.1589.41
HexF1D7DB0B9515f3059
Octal36132733301311553760131
Binary1111000111010111110110110101110011011010111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D7DB; }

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

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

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

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

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

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

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

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