Html Css Color HEX #FBA9B1 Light Pink

📋 copy color: '#FBA9B1'

red 251 ◦ green 169 ◦ blue 177

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

Shades of Light Pink #FBA9B1

Tints of Light Pink #FBA9B1

RGB

 RED value IS 251 (98.44% from 255) = 42.04%

 GREEN value IS 169 (66.41% from 255) = 28.31%

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 42.04%
G = 28.31%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBA9B1 (or 0xFBA9B1) is known color: Light Pink. HEX triplet: FB, A9 and B1. RGB value is (251,169,177). Sum of RGB (Red+Green+Blue) = 251+169+177=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9B1 is #04564E. Grayscale: #C2C2C2. Windows color (decimal): -284239 or 11643387. OLE color: 11643387.

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

Color convert

RGB 251 169 177 -
CMYK 0 0.33 0.29 0.02
HSL 354.15º 0.91% 0.82% -
HSV(B) 354.15º 0.33% 0.98% -
XYZ 61.91 52.06 48.38 -
YUV 194.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 251 169 177 0 0.33 0.29 0.02 354.15 0.91 0.82
Hex FB A9 B1 0 21 1D 2 162 5B 52
Octal 373 251 261 0 41 35 2 542 133 122
Binary 11111011 10101001 10110001 0 100001 11101 10 101100010 1011011 1010010

Color Harmonies of #FBA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA9B1

Black with #FBA9B1

Text Example


Text Example

White with #FBA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA9B1; }

 p { color: rgb(251,169,177); }

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

background-color css

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

 a { background-color: rgb(251,169,177); }

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

border-color css

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

 span { border-color: rgb(251,169,177); }

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