Html Css Color HEX #D4BABB Pink Flare

📋 copy color: '#D4BABB'

red 212 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #D4BABB

Tints of Pink Flare #D4BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.97%

R = 36.24%
G = 31.79%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4BABB (or 0xD4BABB) is known color: Pink Flare. HEX triplet: D4, BA and BB. RGB value is (212,186,187). Sum of RGB (Red+Green+Blue) = 212+186+187=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BABB is #2B4544. Grayscale: #C1C1C1. Windows color (decimal): -2835781 or 12303060. OLE color: 12303060.

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

Color convert

RGB 212 186 187 -
CMYK 0 0.12 0.12 0.17
HSL 357.69º 0.23% 0.78% -
HSV(B) 357.69º 0.12% 0.83% -
XYZ 53.68 52.7 54.36 -
YUV 193.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 212 186 187 0 0.12 0.12 0.17 357.69 0.23 0.78
Hex D4 BA BB 0 C C 11 166 17 4E
Octal 324 272 273 0 14 14 21 546 27 116
Binary 11010100 10111010 10111011 0 1100 1100 10001 101100110 10111 1001110

Color Harmonies of #D4BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BABB

Black with #D4BABB

Text Example


Text Example

White with #D4BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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