Html Css Color HEX #FAA9B9 Light Pink

📋 copy color: '#FAA9B9'

red 250 ◦ green 169 ◦ blue 185

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

Shades of Light Pink #FAA9B9

Tints of Light Pink #FAA9B9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.98%

 BLUE value IS 185 (72.66% from 255) = 30.63%

R = 41.39%
G = 27.98%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAA9B9 (or 0xFAA9B9) is known color: Light Pink. HEX triplet: FA, A9 and B9. RGB value is (250,169,185). Sum of RGB (Red+Green+Blue) = 250+169+185=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9B9 is #055646. Grayscale: #C3C3C3. Windows color (decimal): -349767 or 12167674. OLE color: 12167674.

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

Color convert

RGB 250 169 185 -
CMYK 0 0.32 0.26 0.02
HSL 348.15º 0.89% 0.82% -
HSV(B) 348.15º 0.32% 0.98% -
XYZ 62.37 52.2 52.69 -
YUV 195.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 250 169 185 0 0.32 0.26 0.02 348.15 0.89 0.82
Hex FA A9 B9 0 20 1A 2 15C 59 52
Octal 372 251 271 0 40 32 2 534 131 122
Binary 11111010 10101001 10111001 0 100000 11010 10 101011100 1011001 1010010

Color Harmonies of #FAA9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9B9

Black with #FAA9B9

Text Example


Text Example

White with #FAA9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9B9; }

 p { color: rgb(250,169,185); }

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

background-color css

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

 a { background-color: rgb(250,169,185); }

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

border-color css

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

 span { border-color: rgb(250,169,185); }

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