Html Css Color HEX #FBABB6 Light Pink

📋 copy color: '#FBABB6'

red 251 ◦ green 171 ◦ blue 182

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

Shades of Light Pink #FBABB6

Tints of Light Pink #FBABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.13%

R = 41.56%
G = 28.31%
B = 30.13%

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

#FBABB6 (or 0xFBABB6) is known color: Light Pink. HEX triplet: FB, AB and B6. RGB value is (251,171,182). Sum of RGB (Red+Green+Blue) = 251+171+182=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB6 is #045449. Grayscale: #C4C4C4. Windows color (decimal): -283722 or 11971579. OLE color: 11971579.

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

Color convert

RGB 251 171 182 -
CMYK 0 0.32 0.27 0.02
HSL 351.75º 0.91% 0.83% -
HSV(B) 351.75º 0.32% 0.98% -
XYZ 62.79 53.01 51.18 -
YUV 196.17 120 167.11 -
System Red Green Blue C M Y K H S L
Decimal 251 171 182 0 0.32 0.27 0.02 351.75 0.91 0.83
Hex FB AB B6 0 20 1B 2 160 5B 53
Octal 373 253 266 0 40 33 2 540 133 123
Binary 11111011 10101011 10110110 0 100000 11011 10 101100000 1011011 1010011

Color Harmonies of #FBABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABB6

Black with #FBABB6

Text Example


Text Example

White with #FBABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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