#F6D9DC

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

Shades of Pale Pink #F6D9DC

Tints of Pale Pink #F6D9DC

Color information

#F6D9DC (or 0xF6D9DC) is unknown color: approx Pale Pink. HEX triplet: F6, D9 and DC. RGB value is (246,217,220). Sum of RGB (Red+Green+Blue) = 246+217+220=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 217 (85.16% from 255 or 31.77% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9DC is #092623. Grayscale: #E2E2E2. Windows color (decimal): -599588 or 14473718. OLE color: 14473718.

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

Color convert

RGB246217220-
CMYK00.120.110.04
HSL353.79º61.7%90.78%-
HSV(B)353.79º11.79%96.47%-
XYZ75.7474.3978.08-
YUV226.01124.61142.26-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.02%
GREEN value IS 217 (85.16% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=36.02%
G=31.77%
B=32.21%

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
Decimal24621722000.120.110.04353.7961.790.78
HexF6D9DC0CB41623e5b
Octal36633133401413454276133
Binary1111011011011001110111000110010111001011000101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9DC; }

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

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

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

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

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

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

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

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