Html Css Color HEX #FBAAB1 Light Pink

📋 copy color: '#FBAAB1'

red 251 ◦ green 170 ◦ blue 177

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

Shades of Light Pink #FBAAB1

Tints of Light Pink #FBAAB1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.43%

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

R = 41.97%
G = 28.43%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FBAAB1 (or 0xFBAAB1) is known color: Light Pink. HEX triplet: FB, AA and B1. RGB value is (251,170,177). Sum of RGB (Red+Green+Blue) = 251+170+177=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAB1 is #04554E. Grayscale: #C3C3C3. Windows color (decimal): -283983 or 11643643. OLE color: 11643643.

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

Color convert

RGB 251 170 177 -
CMYK 0 0.32 0.29 0.02
HSL 354.81º 0.91% 0.83% -
HSV(B) 354.81º 0.32% 0.98% -
XYZ 62.09 52.43 48.44 -
YUV 195.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 251 170 177 0 0.32 0.29 0.02 354.81 0.91 0.83
Hex FB AA B1 0 20 1D 2 163 5B 53
Octal 373 252 261 0 40 35 2 543 133 123
Binary 11111011 10101010 10110001 0 100000 11101 10 101100011 1011011 1010011

Color Harmonies of #FBAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB1

Black with #FBAAB1

Text Example


Text Example

White with #FBAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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