#D6BABE

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

Shades of Pink Flare #D6BABE

Tints of Pink Flare #D6BABE

Color information

#D6BABE (or 0xD6BABE) is unknown color: approx Pink Flare. HEX triplet: D6, BA and BE. RGB value is (214,186,190). Sum of RGB (Red+Green+Blue) = 214+186+190=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABE is #294541. Grayscale: #C2C2C2. Windows color (decimal): -2704706 or 12499670. OLE color: 12499670.

HSL color Cylindrical-coordinate representation of color #D6BABE: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BABE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214186190-
CMYK00.130.110.16
HSL351.43º25.45%78.43%-
HSV(B)351.43º13.08%83.92%-
XYZ54.5853.1356.09-
YUV194.83125.28141.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=36.27%
G=31.53%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418619000.130.110.16351.4325.4578.43
HexD6BABE0DB1015f194e
Octal326272276015132053731116
Binary11010110101110101011111001101101110000101011111110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BABE; }

 p { color: rgb(214,186,190); }

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

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

 a { background-color: rgb(214,186,190); }

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

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

 span { border-color: rgb(214,186,190); }

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