#F6D9DB

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

Shades of Pale Pink #F6D9DB

Tints of Pale Pink #F6D9DB

Color information

#F6D9DB (or 0xF6D9DB) is unknown color: approx Pale Pink. HEX triplet: F6, D9 and DB. RGB value is (246,217,219). Sum of RGB (Red+Green+Blue) = 246+217+219=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9DB is #092624. Grayscale: #E1E1E1. Windows color (decimal): -599589 or 14408182. OLE color: 14408182.

HSL color Cylindrical-coordinate representation of color #F6D9DB: hue angle of 355.86º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D9DB is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246217219-
CMYK00.120.110.04
HSL355.86º61.7%90.78%-
HSV(B)355.86º11.79%96.47%-
XYZ75.6174.3377.38-
YUV225.9124.11142.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.07%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=36.07%
G=31.82%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621721900.120.110.04355.8661.790.78
HexF6D9DB0CB41643e5b
Octal36633133301413454476133
Binary1111011011011001110110110110010111001011001001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9DB; }

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

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

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

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

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

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

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

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