Html Css Color HEX #FAAFB7 Light Pink

📋 copy color: '#FAAFB7'

red 250 ◦ green 175 ◦ blue 183

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

Shades of Light Pink #FAAFB7

Tints of Light Pink #FAAFB7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

 BLUE value IS 183 (71.88% from 255) = 30.1%

R = 41.12%
G = 28.78%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAAFB7 (or 0xFAAFB7) is known color: Light Pink. HEX triplet: FA, AF and B7. RGB value is (250,175,183). Sum of RGB (Red+Green+Blue) = 250+175+183=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFB7 is #055048. Grayscale: #C6C6C6. Windows color (decimal): -348233 or 12038138. OLE color: 12038138.

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

Color convert

RGB 250 175 183 -
CMYK 0 0.3 0.27 0.02
HSL 353.6º 0.88% 0.83% -
HSV(B) 353.6º 0.3% 0.98% -
XYZ 63.3 54.4 51.96 -
YUV 198.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 250 175 183 0 0.3 0.27 0.02 353.6 0.88 0.83
Hex FA AF B7 0 1E 1B 2 162 58 53
Octal 372 257 267 0 36 33 2 542 130 123
Binary 11111010 10101111 10110111 0 11110 11011 10 101100010 1011000 1010011

Color Harmonies of #FAAFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFB7

Black with #FAAFB7

Text Example


Text Example

White with #FAAFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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