Html Css Color HEX #FAA6B0 Light Pink

📋 copy color: '#FAA6B0'

red 250 ◦ green 166 ◦ blue 176

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

Shades of Light Pink #FAA6B0

Tints of Light Pink #FAA6B0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.04%

 BLUE value IS 176 (69.14% from 255) = 29.73%

R = 42.23%
G = 28.04%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAA6B0 (or 0xFAA6B0) is known color: Light Pink. HEX triplet: FA, A6 and B0. RGB value is (250,166,176). Sum of RGB (Red+Green+Blue) = 250+166+176=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6B0 is #05594F. Grayscale: #C0C0C0. Windows color (decimal): -350544 or 11577082. OLE color: 11577082.

HSL color Cylindrical-coordinate representation of color #FAA6B0: hue angle of 352.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6B0 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 176 -
CMYK 0 0.34 0.30 0.02
HSL 352.86º 0.89% 0.82% -
HSV(B) 352.86º 0.34% 0.98% -
XYZ 60.9 50.73 47.66 -
YUV 192.26 118.83 169.19 -
System Red Green Blue C M Y K H S L
Decimal 250 166 176 0 0.34 0.30 0.02 352.86 0.89 0.82
Hex FA A6 B0 0 22 1E 2 161 59 52
Octal 372 246 260 0 42 36 2 541 131 122
Binary 11111010 10100110 10110000 0 100010 11110 10 101100001 1011001 1010010

Color Harmonies of #FAA6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6B0

Black with #FAA6B0

Text Example


Text Example

White with #FAA6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6B0; }

 p { color: rgb(250,166,176); }

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

background-color css

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

 a { background-color: rgb(250,166,176); }

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

border-color css

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

 span { border-color: rgb(250,166,176); }

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