Html Css Color HEX #FBAAB8 Light Pink

📋 copy color: '#FBAAB8'

red 251 ◦ green 170 ◦ blue 184

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

Shades of Light Pink #FBAAB8

Tints of Light Pink #FBAAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.41%

R = 41.49%
G = 28.1%
B = 30.41%

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

#FBAAB8 (or 0xFBAAB8) is known color: Light Pink. HEX triplet: FB, AA and B8. RGB value is (251,170,184). Sum of RGB (Red+Green+Blue) = 251+170+184=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAB8 is #045547. Grayscale: #C3C3C3. Windows color (decimal): -283976 or 12102395. OLE color: 12102395.

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

Color convert

RGB 251 170 184 -
CMYK 0 0.32 0.27 0.02
HSL 349.63º 0.91% 0.83% -
HSV(B) 349.63º 0.32% 0.98% -
XYZ 62.81 52.72 52.21 -
YUV 195.82 121.34 167.36 -
System Red Green Blue C M Y K H S L
Decimal 251 170 184 0 0.32 0.27 0.02 349.63 0.91 0.83
Hex FB AA B8 0 20 1B 2 15E 5B 53
Octal 373 252 270 0 40 33 2 536 133 123
Binary 11111011 10101010 10111000 0 100000 11011 10 101011110 1011011 1010011

Color Harmonies of #FBAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAB8

Black with #FBAAB8

Text Example


Text Example

White with #FBAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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