#F6DBDC

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

Shades of Pale Pink #F6DBDC

Tints of Pale Pink #F6DBDC

Color information

#F6DBDC (or 0xF6DBDC) is unknown color: approx Pale Pink. HEX triplet: F6, DB and DC. RGB value is (246,219,220). Sum of RGB (Red+Green+Blue) = 246+219+220=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDC is #092423. Grayscale: #E3E3E3. Windows color (decimal): -599076 or 14474230. OLE color: 14474230.

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

Color convert

RGB246219220-
CMYK00.110.110.04
HSL357.78º60%91.18%-
HSV(B)357.78º10.98%96.47%-
XYZ76.2675.4278.25-
YUV227.19123.95141.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 219 (85.94% from 255) = 31.97%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.91%
G=31.97%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621922000.110.110.04357.786091.18
HexF6DBDC0BB41663c5b
Octal36633333401313454674133
Binary1111011011011011110111000101110111001011001101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DBDC; }

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

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

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

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

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

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

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

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