Html Css Color HEX #FAA7AF Light Pink

📋 copy color: '#FAA7AF'

red 250 ◦ green 167 ◦ blue 175

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

Shades of Light Pink #FAA7AF

Tints of Light Pink #FAA7AF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.21%

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

R = 42.23%
G = 28.21%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FAA7AF (or 0xFAA7AF) is known color: Light Pink. HEX triplet: FA, A7 and AF. RGB value is (250,167,175). Sum of RGB (Red+Green+Blue) = 250+167+175=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7AF is #055850. Grayscale: #C0C0C0. Windows color (decimal): -350289 or 11511802. OLE color: 11511802.

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

Color convert

RGB 250 167 175 -
CMYK 0 0.33 0.3 0.02
HSL 354.22º 0.89% 0.82% -
HSV(B) 354.22º 0.33% 0.98% -
XYZ 60.98 51.06 47.2 -
YUV 192.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 250 167 175 0 0.33 0.3 0.02 354.22 0.89 0.82
Hex FA A7 AF 0 21 1E 2 162 59 52
Octal 372 247 257 0 41 36 2 542 131 122
Binary 11111010 10100111 10101111 0 100001 11110 10 101100010 1011001 1010010

Color Harmonies of #FAA7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA7AF

Black with #FAA7AF

Text Example


Text Example

White with #FAA7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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