Html Css Color HEX #FFB9BA Light Pink

📋 copy color: '#FFB9BA'

red 255 ◦ green 185 ◦ blue 186

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

Shades of Light Pink #FFB9BA

Tints of Light Pink #FFB9BA

RGB

 RED value IS 255 (100% from 255) = 40.73%

 GREEN value IS 185 (72.66% from 255) = 29.55%

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 40.73%
G = 29.55%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFB9BA (or 0xFFB9BA) is known color: Light Pink. HEX triplet: FF, B9 and BA. RGB value is (255,185,186). Sum of RGB (Red+Green+Blue) = 255+185+186=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BA is #004645. Grayscale: #CECECE. Windows color (decimal): -17990 or 12237311. OLE color: 12237311.

HSL color Cylindrical-coordinate representation of color #FFB9BA: hue angle of 359.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9BA is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 186 -
CMYK 0 0.27 0.27 0
HSL 359.14º 1% 0.86% -
HSV(B) 359.14º 0.27% 1% -
XYZ 67.45 59.5 54.38 -
YUV 206.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 255 185 186 0 0.27 0.27 0 359.14 1 0.86
Hex FF B9 BA 0 1B 1B 0 167 64 56
Octal 377 271 272 0 33 33 0 547 144 126
Binary 11111111 10111001 10111010 0 11011 11011 0 101100111 1100100 1010110

Color Harmonies of #FFB9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB9BA

Black with #FFB9BA

Text Example


Text Example

White with #FFB9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB9BA; }

 p { color: rgb(255,185,186); }

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

background-color css

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

 a { background-color: rgb(255,185,186); }

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

border-color css

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

 span { border-color: rgb(255,185,186); }

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