Html Css Color HEX #FBABB8 Light Pink

📋 copy color: '#FBABB8'

red 251 ◦ green 171 ◦ blue 184

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

Shades of Light Pink #FBABB8

Tints of Light Pink #FBABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.22%

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

R = 41.42%
G = 28.22%
B = 30.36%

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

#FBABB8 (or 0xFBABB8) is known color: Light Pink. HEX triplet: FB, AB and B8. RGB value is (251,171,184). Sum of RGB (Red+Green+Blue) = 251+171+184=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB8 is #045447. Grayscale: #C4C4C4. Windows color (decimal): -283720 or 12102651. OLE color: 12102651.

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

Color convert

RGB 251 171 184 -
CMYK 0 0.32 0.27 0.02
HSL 350.25º 0.91% 0.83% -
HSV(B) 350.25º 0.32% 0.98% -
XYZ 63 53.1 52.28 -
YUV 196.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 251 171 184 0 0.32 0.27 0.02 350.25 0.91 0.83
Hex FB AB B8 0 20 1B 2 15E 5B 53
Octal 373 253 270 0 40 33 2 536 133 123
Binary 11111011 10101011 10111000 0 100000 11011 10 101011110 1011011 1010011

Color Harmonies of #FBABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABB8

Black with #FBABB8

Text Example


Text Example

White with #FBABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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