#D6B4BA

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

Shades of Pink Flare #D6B4BA

Tints of Pink Flare #D6B4BA

Color information

#D6B4BA (or 0xD6B4BA) is unknown color: approx Pink Flare. HEX triplet: D6, B4 and BA. RGB value is (214,180,186). Sum of RGB (Red+Green+Blue) = 214+180+186=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 180 (70.70% from 255 or 31.03% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4BA is #294B45. Grayscale: #BEBEBE. Windows color (decimal): -2706246 or 12235990. OLE color: 12235990.

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

Color convert

RGB214180186-
CMYK00.160.130.16
HSL349.41º29.31%77.25%-
HSV(B)349.41º15.89%83.92%-
XYZ52.9250.4853.41-
YUV190.85125.26144.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.90%
GREEN value IS 180 (70.70% from 255) = 31.03%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=36.90%
G=31.03%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418018600.160.130.16349.4129.3177.25
HexD6B4BA010D1015d1d4d
Octal326264272020152053535115
Binary110101101011010010111010010000110110000101011101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B4BA; }

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

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

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

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

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

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

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

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