Html Css Color HEX #FAABB4 Light Pink

📋 copy color: '#FAABB4'

red 250 ◦ green 171 ◦ blue 180

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

Shades of Light Pink #FAABB4

Tints of Light Pink #FAABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.95%

R = 41.6%
G = 28.45%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAABB4 (or 0xFAABB4) is known color: Light Pink. HEX triplet: FA, AB and B4. RGB value is (250,171,180). Sum of RGB (Red+Green+Blue) = 250+171+180=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB4 is #05544B. Grayscale: #C3C3C3. Windows color (decimal): -349260 or 11840506. OLE color: 11840506.

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

Color convert

RGB 250 171 180 -
CMYK 0 0.32 0.28 0.02
HSL 353.16º 0.89% 0.83% -
HSV(B) 353.16º 0.32% 0.98% -
XYZ 62.23 52.75 50.08 -
YUV 195.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 250 171 180 0 0.32 0.28 0.02 353.16 0.89 0.83
Hex FA AB B4 0 20 1C 2 161 59 53
Octal 372 253 264 0 40 34 2 541 131 123
Binary 11111010 10101011 10110100 0 100000 11100 10 101100001 1011001 1010011

Color Harmonies of #FAABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABB4

Black with #FAABB4

Text Example


Text Example

White with #FAABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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