#D29FAB

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

Shades of Careys Pink #D29FAB

Tints of Careys Pink #D29FAB

Color information

#D29FAB (or 0xD29FAB) is unknown color: approx Careys Pink. HEX triplet: D2, 9F and AB. RGB value is (210,159,171). Sum of RGB (Red+Green+Blue) = 210+159+171=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D29FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29FAB is #2D6054. Grayscale: #AFAFAF. Windows color (decimal): -2973781 or 11247570. OLE color: 11247570.

HSL color Cylindrical-coordinate representation of color #D29FAB: hue angle of 345.88º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D29FAB is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210159171-
CMYK00.240.190.18
HSL345.88º36.17%72.35%-
HSV(B)345.88º24.29%82.35%-
XYZ46.3341.4444.08-
YUV175.62125.4152.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 159 (62.5% from 255) = 29.44%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=38.89%
G=29.44%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015917100.240.190.18345.8836.1772.35
HexD29FAB018131215a2448
Octal322237253030232253244110
Binary11010010100111111010101101100010011100101010110101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29FAB; }

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

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

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

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

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

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

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

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