Html Css Color HEX #FAABBB Light Pink

📋 copy color: '#FAABBB'

red 250 ◦ green 171 ◦ blue 187

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

Shades of Light Pink #FAABBB

Tints of Light Pink #FAABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.76%

R = 41.12%
G = 28.13%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAABBB (or 0xFAABBB) is known color: Light Pink. HEX triplet: FA, AB and BB. RGB value is (250,171,187). Sum of RGB (Red+Green+Blue) = 250+171+187=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABBB is #055444. Grayscale: #C4C4C4. Windows color (decimal): -349253 or 12299258. OLE color: 12299258.

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

Color convert

RGB 250 171 187 -
CMYK 0 0.32 0.25 0.02
HSL 347.85º 0.89% 0.83% -
HSV(B) 347.85º 0.32% 0.98% -
XYZ 62.96 53.04 53.93 -
YUV 196.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 250 171 187 0 0.32 0.25 0.02 347.85 0.89 0.83
Hex FA AB BB 0 20 19 2 15C 59 53
Octal 372 253 273 0 40 31 2 534 131 123
Binary 11111010 10101011 10111011 0 100000 11001 10 101011100 1011001 1010011

Color Harmonies of #FAABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABBB

Black with #FAABBB

Text Example


Text Example

White with #FAABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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