#F1DBDC

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

Shades of Pale Pink #F1DBDC

Tints of Pale Pink #F1DBDC

Color information

#F1DBDC (or 0xF1DBDC) is unknown color: approx Pale Pink. HEX triplet: F1, DB and DC. RGB value is (241,219,220). Sum of RGB (Red+Green+Blue) = 241+219+220=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBDC is #0E2423. Grayscale: #E1E1E1. Windows color (decimal): -926756 or 14474225. OLE color: 14474225.

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

Color convert

RGB241219220-
CMYK00.090.090.05
HSL357.27º44%90.2%-
HSV(B)357.27º9.13%94.51%-
XYZ74.5374.5378.17-
YUV225.69124.79138.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=35.44%
G=32.21%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121922000.090.090.05357.274490.2
HexF1DBDC09951652c5a
Octal36133333401111554554132
Binary1111000111011011110111000100110011011011001011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DBDC; }

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

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

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

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

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

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

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

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