Html Css Color HEX #FAABAC Light Pink

📋 copy color: '#FAABAC'

red 250 ◦ green 171 ◦ blue 172

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

Shades of Light Pink #FAABAC

Tints of Light Pink #FAABAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.01%

R = 42.16%
G = 28.84%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FAABAC (or 0xFAABAC) is known color: Light Pink. HEX triplet: FA, AB and AC. RGB value is (250,171,172). Sum of RGB (Red+Green+Blue) = 250+171+172=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAC is #055453. Grayscale: #C2C2C2. Windows color (decimal): -349268 or 11316218. OLE color: 11316218.

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

Color convert

RGB 250 171 172 -
CMYK 0 0.32 0.31 0.02
HSL 359.24º 0.89% 0.83% -
HSV(B) 359.24º 0.32% 0.98% -
XYZ 61.43 52.43 45.91 -
YUV 194.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 250 171 172 0 0.32 0.31 0.02 359.24 0.89 0.83
Hex FA AB AC 0 20 1F 2 167 59 53
Octal 372 253 254 0 40 37 2 547 131 123
Binary 11111010 10101011 10101100 0 100000 11111 10 101100111 1011001 1010011

Color Harmonies of #FAABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABAC

Black with #FAABAC

Text Example


Text Example

White with #FAABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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