Html Css Color HEX #D4BABE Pink Flare

📋 copy color: '#D4BABE'

red 212 ◦ green 186 ◦ blue 190

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

Shades of Pink Flare #D4BABE

Tints of Pink Flare #D4BABE

RGB

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

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

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

R = 36.05%
G = 31.63%
B = 32.31%

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

#D4BABE (or 0xD4BABE) is known color: Pink Flare. HEX triplet: D4, BA and BE. RGB value is (212,186,190). Sum of RGB (Red+Green+Blue) = 212+186+190=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BABE is #2B4541. Grayscale: #C2C2C2. Windows color (decimal): -2835778 or 12499668. OLE color: 12499668.

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

Color convert

RGB 212 186 190 -
CMYK 0 0.12 0.10 0.17
HSL 350.77º 0.23% 0.78% -
HSV(B) 350.77º 0.12% 0.83% -
XYZ 54 52.83 56.07 -
YUV 194.23 125.61 140.67 -
System Red Green Blue C M Y K H S L
Decimal 212 186 190 0 0.12 0.10 0.17 350.77 0.23 0.78
Hex D4 BA BE 0 C A 11 15F 17 4E
Octal 324 272 276 0 14 12 21 537 27 116
Binary 11010100 10111010 10111110 0 1100 1010 10001 101011111 10111 1001110

Color Harmonies of #D4BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BABE

Black with #D4BABE

Text Example


Text Example

White with #D4BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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