Html Css Color HEX #FAABBA Light Pink

📋 copy color: '#FAABBA'

red 250 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #FAABBA

Tints of Light Pink #FAABBA

RGB

 RED value IS 250 (98.05% from 255) = 41.19%

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

 BLUE value IS 186 (73.05% from 255) = 30.64%

R = 41.19%
G = 28.17%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAABBA (or 0xFAABBA) is known color: Light Pink. HEX triplet: FA, AB and BA. RGB value is (250,171,186). Sum of RGB (Red+Green+Blue) = 250+171+186=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBA is #055445. Grayscale: #C4C4C4. Windows color (decimal): -349254 or 12233722. OLE color: 12233722.

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

Color convert

RGB 250 171 186 -
CMYK 0 0.32 0.26 0.02
HSL 348.61º 0.89% 0.83% -
HSV(B) 348.61º 0.32% 0.98% -
XYZ 62.85 52.99 53.37 -
YUV 196.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 250 171 186 0 0.32 0.26 0.02 348.61 0.89 0.83
Hex FA AB BA 0 20 1A 2 15D 59 53
Octal 372 253 272 0 40 32 2 535 131 123
Binary 11111010 10101011 10111010 0 100000 11010 10 101011101 1011001 1010011

Color Harmonies of #FAABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABBA

Black with #FAABBA

Text Example


Text Example

White with #FAABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABBA; }

 p { color: rgb(250,171,186); }

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

background-color css

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

 a { background-color: rgb(250,171,186); }

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

border-color css

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

 span { border-color: rgb(250,171,186); }

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