#D49FAB

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

Shades of Careys Pink #D49FAB

Tints of Careys Pink #D49FAB

Color information

#D49FAB (or 0xD49FAB) is unknown color: approx Careys Pink. HEX triplet: D4, 9F and AB. RGB value is (212,159,171). Sum of RGB (Red+Green+Blue) = 212+159+171=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FAB is #2B6054. Grayscale: #B0B0B0. Windows color (decimal): -2842709 or 11247572. OLE color: 11247572.

HSL color Cylindrical-coordinate representation of color #D49FAB: hue angle of 346.42º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FAB is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212159171-
CMYK00.250.190.17
HSL346.42º38.13%72.75%-
HSV(B)346.42º25%83.14%-
XYZ46.941.7344.11-
YUV176.22125.06153.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.11%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=39.11%
G=29.34%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215917100.250.190.17346.4238.1372.75
HexD49FAB019131115a2649
Octal324237253031232153246111
Binary11010100100111111010101101100110011100011010110101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49FAB; }

 p { color: rgb(212,159,171); }

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

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

 a { background-color: rgb(212,159,171); }

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

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

 span { border-color: rgb(212,159,171); }

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