#D8BABE

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

Shades of Pink Flare #D8BABE

Tints of Pink Flare #D8BABE

Color information

#D8BABE (or 0xD8BABE) is unknown color: approx Pink Flare. HEX triplet: D8, BA and BE. RGB value is (216,186,190). Sum of RGB (Red+Green+Blue) = 216+186+190=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABE is #274541. Grayscale: #C3C3C3. Windows color (decimal): -2573634 or 12499672. OLE color: 12499672.

HSL color Cylindrical-coordinate representation of color #D8BABE: hue angle of 352º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BABE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216186190-
CMYK00.140.120.15
HSL352º27.78%78.82%-
HSV(B)352º13.89%84.71%-
XYZ55.1753.4356.12-
YUV195.43124.94142.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.49%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=36.49%
G=31.42%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618619000.140.120.1535227.7878.82
HexD8BABE0ECF1601c4f
Octal330272276016141754034117
Binary1101100010111010101111100111011001111101100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BABE; }

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

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

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

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

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

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

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

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