Html Css Color HEX #D3BABE Pink Flare

📋 copy color: '#D3BABE'

red 211 ◦ green 186 ◦ blue 190

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

Shades of Pink Flare #D3BABE

Tints of Pink Flare #D3BABE

RGB

 RED value IS 211 (82.81% from 255) = 35.95%

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 190 (74.61% from 255) = 32.37%

R = 35.95%
G = 31.69%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D3BABE (or 0xD3BABE) is known color: Pink Flare. HEX triplet: D3, BA and BE. RGB value is (211,186,190). Sum of RGB (Red+Green+Blue) = 211+186+190=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BABE is #2C4541. Grayscale: #C1C1C1. Windows color (decimal): -2901314 or 12499667. OLE color: 12499667.

HSL color Cylindrical-coordinate representation of color #D3BABE: hue angle of 350.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3BABE is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 186 190 -
CMYK 0 0.12 0.10 0.17
HSL 350.4º 0.22% 0.78% -
HSV(B) 350.4º 0.12% 0.83% -
XYZ 53.72 52.68 56.05 -
YUV 193.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 211 186 190 0 0.12 0.10 0.17 350.4 0.22 0.78
Hex D3 BA BE 0 C A 11 15E 16 4E
Octal 323 272 276 0 14 12 21 536 26 116
Binary 11010011 10111010 10111110 0 1100 1010 10001 101011110 10110 1001110

Color Harmonies of #D3BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BABE

Black with #D3BABE

Text Example


Text Example

White with #D3BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BABE; }

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

 H1.HeaderClassName
 {
   color: #D3BABE;
 }
 .AnyTagClassName
 {
   color: #D3BABE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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