Html Css Color HEX #FAABAD Light Pink

📋 copy color: '#FAABAD'

red 250 ◦ green 171 ◦ blue 173

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

Shades of Light Pink #FAABAD

Tints of Light Pink #FAABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.12%

R = 42.09%
G = 28.79%
B = 29.12%

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

#FAABAD (or 0xFAABAD) is known color: Light Pink. HEX triplet: FA, AB and AD. RGB value is (250,171,173). Sum of RGB (Red+Green+Blue) = 250+171+173=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAD is #055452. Grayscale: #C2C2C2. Windows color (decimal): -349267 or 11381754. OLE color: 11381754.

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

Color convert

RGB 250 171 173 -
CMYK 0 0.32 0.31 0.02
HSL 358.48º 0.89% 0.83% -
HSV(B) 358.48º 0.32% 0.98% -
XYZ 61.53 52.47 46.42 -
YUV 194.85 115.67 167.34 -
System Red Green Blue C M Y K H S L
Decimal 250 171 173 0 0.32 0.31 0.02 358.48 0.89 0.83
Hex FA AB AD 0 20 1F 2 166 59 53
Octal 372 253 255 0 40 37 2 546 131 123
Binary 11111010 10101011 10101101 0 100000 11111 10 101100110 1011001 1010011

Color Harmonies of #FAABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABAD

Black with #FAABAD

Text Example


Text Example

White with #FAABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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