Html Css Color HEX #D6BABE Pink Flare

📋 copy color: '#D6BABE'

red 214 ◦ green 186 ◦ blue 190

#D6BABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flare #D6BABE

Tints of Pink Flare #D6BABE

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.2%

R = 36.27%
G = 31.53%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6BABE (or 0xD6BABE) is known color: 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

RGB 214 186 190 -
CMYK 0 0.13 0.11 0.16
HSL 351.43º 0.25% 0.78% -
HSV(B) 351.43º 0.13% 0.84% -
XYZ 54.58 53.13 56.09 -
YUV 194.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 214 186 190 0 0.13 0.11 0.16 351.43 0.25 0.78
Hex D6 BA BE 0 D B 10 15F 19 4E
Octal 326 272 276 0 15 13 20 537 31 116
Binary 11010110 10111010 10111110 0 1101 1011 10000 101011111 11001 1001110

Color Harmonies of #D6BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BABE

Black with #D6BABE

Text Example


Text Example

White with #D6BABE

Text Example


Text Example

HTML Codes & Css Web 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>