Html Css Color HEX #D4BABC Pink Flare

📋 copy color: '#D4BABC'

red 212 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #D4BABC

Tints of Pink Flare #D4BABC

RGB

 RED value IS 212 (83.2% from 255) = 36.18%

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

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 36.18%
G = 31.74%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D4BABC (or 0xD4BABC) is known color: Pink Flare. HEX triplet: D4, BA and BC. RGB value is (212,186,188). Sum of RGB (Red+Green+Blue) = 212+186+188=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BABC is #2B4543. Grayscale: #C2C2C2. Windows color (decimal): -2835780 or 12368596. OLE color: 12368596.

HSL color Cylindrical-coordinate representation of color #D4BABC: hue angle of 355.38º degrees, saturation: 0.23, 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 #D4BABC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 186 188 -
CMYK 0 0.12 0.11 0.17
HSL 355.38º 0.23% 0.78% -
HSV(B) 355.38º 0.12% 0.83% -
XYZ 53.79 52.75 54.92 -
YUV 194 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 212 186 188 0 0.12 0.11 0.17 355.38 0.23 0.78
Hex D4 BA BC 0 C B 11 163 17 4E
Octal 324 272 274 0 14 13 21 543 27 116
Binary 11010100 10111010 10111100 0 1100 1011 10001 101100011 10111 1001110

Color Harmonies of #D4BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BABC

Black with #D4BABC

Text Example


Text Example

White with #D4BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BABC; }

 p { color: rgb(212,186,188); }

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

background-color css

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

 a { background-color: rgb(212,186,188); }

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

border-color css

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

 span { border-color: rgb(212,186,188); }

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