Html Css Color HEX #FAA6B3 Light Pink

📋 copy color: '#FAA6B3'

red 250 ◦ green 166 ◦ blue 179

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

Shades of Light Pink #FAA6B3

Tints of Light Pink #FAA6B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.08%

R = 42.02%
G = 27.9%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAA6B3 (or 0xFAA6B3) is known color: Light Pink. HEX triplet: FA, A6 and B3. RGB value is (250,166,179). Sum of RGB (Red+Green+Blue) = 250+166+179=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6B3 is #05594C. Grayscale: #C0C0C0. Windows color (decimal): -350541 or 11773690. OLE color: 11773690.

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

Color convert

RGB 250 166 179 -
CMYK 0 0.34 0.28 0.02
HSL 350.71º 0.89% 0.82% -
HSV(B) 350.71º 0.34% 0.98% -
XYZ 61.2 50.85 49.24 -
YUV 192.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 250 166 179 0 0.34 0.28 0.02 350.71 0.89 0.82
Hex FA A6 B3 0 22 1C 2 15F 59 52
Octal 372 246 263 0 42 34 2 537 131 122
Binary 11111010 10100110 10110011 0 100010 11100 10 101011111 1011001 1010010

Color Harmonies of #FAA6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6B3

Black with #FAA6B3

Text Example


Text Example

White with #FAA6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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