Html Css Color HEX #D5BABB Pink Flare

📋 copy color: '#D5BABB'

red 213 ◦ green 186 ◦ blue 187

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

Shades of Pink Flare #D5BABB

Tints of Pink Flare #D5BABB

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

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

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

R = 36.35%
G = 31.74%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D5BABB (or 0xD5BABB) is known color: Pink Flare. HEX triplet: D5, BA and BB. RGB value is (213,186,187). Sum of RGB (Red+Green+Blue) = 213+186+187=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BABB is #2A4544. Grayscale: #C2C2C2. Windows color (decimal): -2770245 or 12303061. OLE color: 12303061.

HSL color Cylindrical-coordinate representation of color #D5BABB: hue angle of 357.78º degrees, saturation: 0.24, 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 #D5BABB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 186 187 -
CMYK 0 0.13 0.12 0.16
HSL 357.78º 0.24% 0.78% -
HSV(B) 357.78º 0.13% 0.84% -
XYZ 53.97 52.85 54.37 -
YUV 194.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 213 186 187 0 0.13 0.12 0.16 357.78 0.24 0.78
Hex D5 BA BB 0 D C 10 166 18 4E
Octal 325 272 273 0 15 14 20 546 30 116
Binary 11010101 10111010 10111011 0 1101 1100 10000 101100110 11000 1001110

Color Harmonies of #D5BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BABB

Black with #D5BABB

Text Example


Text Example

White with #D5BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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