#D6BABB

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

Shades of Pink Flare #D6BABB

Tints of Pink Flare #D6BABB

Color information

#D6BABB (or 0xD6BABB) is unknown color: approx Pink Flare. HEX triplet: D6, BA and BB. RGB value is (214,186,187). Sum of RGB (Red+Green+Blue) = 214+186+187=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABB is #294544. Grayscale: #C2C2C2. Windows color (decimal): -2704709 or 12303062. OLE color: 12303062.

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

Color convert

RGB214186187-
CMYK00.130.130.16
HSL357.86º25.45%78.43%-
HSV(B)357.86º13.08%83.92%-
XYZ54.265354.38-
YUV194.49123.78141.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 187 (73.44% from 255) = 31.86%
R=36.46%
G=31.69%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418618700.130.130.16357.8625.4578.43
HexD6BABB0DD10166194e
Octal326272273015152054631116
Binary11010110101110101011101101101110110000101100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BABB; }

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

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

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

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

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

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

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

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