Html Css Color HEX #FBAAB7 Light Pink

📋 copy color: '#FBAAB7'

red 251 ◦ green 170 ◦ blue 183

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

Shades of Light Pink #FBAAB7

Tints of Light Pink #FBAAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30.3%

R = 41.56%
G = 28.15%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBAAB7 (or 0xFBAAB7) is known color: Light Pink. HEX triplet: FB, AA and B7. RGB value is (251,170,183). Sum of RGB (Red+Green+Blue) = 251+170+183=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB7 is #045548. Grayscale: #C3C3C3. Windows color (decimal): -283977 or 12036859. OLE color: 12036859.

HSL color Cylindrical-coordinate representation of color #FBAAB7: hue angle of 350.37º 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 #FBAAB7 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 170 183 -
CMYK 0 0.32 0.27 0.02
HSL 350.37º 0.91% 0.83% -
HSV(B) 350.37º 0.32% 0.98% -
XYZ 62.71 52.68 51.66 -
YUV 195.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 251 170 183 0 0.32 0.27 0.02 350.37 0.91 0.83
Hex FB AA B7 0 20 1B 2 15E 5B 53
Octal 373 252 267 0 40 33 2 536 133 123
Binary 11111011 10101010 10110111 0 100000 11011 10 101011110 1011011 1010011

Color Harmonies of #FBAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB7

Black with #FBAAB7

Text Example


Text Example

White with #FBAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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