Html Css Color HEX #FAA9AF Light Pink

📋 copy color: '#FAA9AF'

red 250 ◦ green 169 ◦ blue 175

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

Shades of Light Pink #FAA9AF

Tints of Light Pink #FAA9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.46%

R = 42.09%
G = 28.45%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAA9AF (or 0xFAA9AF) is known color: Light Pink. HEX triplet: FA, A9 and AF. RGB value is (250,169,175). Sum of RGB (Red+Green+Blue) = 250+169+175=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9AF is #055650. Grayscale: #C1C1C1. Windows color (decimal): -349777 or 11512314. OLE color: 11512314.

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

Color convert

RGB 250 169 175 -
CMYK 0 0.32 0.3 0.02
HSL 355.56º 0.89% 0.82% -
HSV(B) 355.56º 0.32% 0.98% -
XYZ 61.35 51.8 47.32 -
YUV 193.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 250 169 175 0 0.32 0.3 0.02 355.56 0.89 0.82
Hex FA A9 AF 0 20 1E 2 164 59 52
Octal 372 251 257 0 40 36 2 544 131 122
Binary 11111010 10101001 10101111 0 100000 11110 10 101100100 1011001 1010010

Color Harmonies of #FAA9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA9AF

Black with #FAA9AF

Text Example


Text Example

White with #FAA9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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