Html Css Color HEX #D49FA8 Careys Pink

📋 copy color: '#D49FA8'

red 212 ◦ green 159 ◦ blue 168

#D49FA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #D49FA8

Tints of Careys Pink #D49FA8

RGB

 RED value IS 212 (83.2% from 255) = 39.33%

 GREEN value IS 159 (62.5% from 255) = 29.5%

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 39.33%
G = 29.5%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D49FA8 (or 0xD49FA8) is known color: Careys Pink. HEX triplet: D4, 9F and A8. RGB value is (212,159,168). Sum of RGB (Red+Green+Blue) = 212+159+168=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FA8 is #2B6057. Grayscale: #AFAFAF. Windows color (decimal): -2842712 or 11050964. OLE color: 11050964.

HSL color Cylindrical-coordinate representation of color #D49FA8: hue angle of 349.81º 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 #D49FA8 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 168 -
CMYK 0 0.25 0.21 0.17
HSL 349.81º 0.38% 0.73% -
HSV(B) 349.81º 0.25% 0.83% -
XYZ 46.62 41.62 42.62 -
YUV 175.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 212 159 168 0 0.25 0.21 0.17 349.81 0.38 0.73
Hex D4 9F A8 0 19 15 11 15E 26 49
Octal 324 237 250 0 31 25 21 536 46 111
Binary 11010100 10011111 10101000 0 11001 10101 10001 101011110 100110 1001001

Color Harmonies of #D49FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49FA8

Black with #D49FA8

Text Example


Text Example

White with #D49FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49FA8; }

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

 H1.HeaderClassName
 {
   color: #D49FA8;
 }
 .AnyTagClassName
 {
   color: #D49FA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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