Html Css Color HEX #F9B1BA Light Pink

📋 copy color: '#F9B1BA'

red 249 ◦ green 177 ◦ blue 186

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

Shades of Light Pink #F9B1BA

Tints of Light Pink #F9B1BA

RGB

 RED value IS 249 (97.66% from 255) = 40.69%

 GREEN value IS 177 (69.53% from 255) = 28.92%

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

R = 40.69%
G = 28.92%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9B1BA (or 0xF9B1BA) is known color: Light Pink. HEX triplet: F9, B1 and BA. RGB value is (249,177,186). Sum of RGB (Red+Green+Blue) = 249+177+186=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1BA is #064E45. Grayscale: #C7C7C7. Windows color (decimal): -413254 or 12235257. OLE color: 12235257.

HSL color Cylindrical-coordinate representation of color #F9B1BA: hue angle of 352.5º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1BA is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 177 186 -
CMYK 0 0.29 0.25 0.02
HSL 352.5º 0.86% 0.84% -
HSV(B) 352.5º 0.29% 0.98% -
XYZ 63.65 55.13 53.74 -
YUV 199.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 249 177 186 0 0.29 0.25 0.02 352.5 0.86 0.84
Hex F9 B1 BA 0 1D 19 2 160 56 54
Octal 371 261 272 0 35 31 2 540 126 124
Binary 11111001 10110001 10111010 0 11101 11001 10 101100000 1010110 1010100

Color Harmonies of #F9B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1BA

Black with #F9B1BA

Text Example


Text Example

White with #F9B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1BA; }

 p { color: rgb(249,177,186); }

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

background-color css

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

 a { background-color: rgb(249,177,186); }

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

border-color css

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

 span { border-color: rgb(249,177,186); }

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