#D5BABE

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

Shades of Pink Flare #D5BABE

Tints of Pink Flare #D5BABE

Color information

#D5BABE (or 0xD5BABE) is unknown color: approx Pink Flare. HEX triplet: D5, BA and BE. RGB value is (213,186,190). Sum of RGB (Red+Green+Blue) = 213+186+190=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABE is #2A4541. Grayscale: #C2C2C2. Windows color (decimal): -2770242 or 12499669. OLE color: 12499669.

HSL color Cylindrical-coordinate representation of color #D5BABE: hue angle of 351.11º degrees, saturation: 0.24, 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 #D5BABE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213186190-
CMYK00.130.110.16
HSL351.11º24.32%78.24%-
HSV(B)351.11º12.68%83.53%-
XYZ54.2952.9856.08-
YUV194.53125.45141.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=36.16%
G=31.58%
B=32.26%

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
Decimal21318619000.130.110.16351.1124.3278.24
HexD5BABE0DB1015f184e
Octal325272276015132053730116
Binary11010101101110101011111001101101110000101011111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BABE; }

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

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

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

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

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

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

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

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