Html Css Color HEX #FAAAAE Light Pink

📋 copy color: '#FAAAAE'

red 250 ◦ green 170 ◦ blue 174

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

Shades of Light Pink #FAAAAE

Tints of Light Pink #FAAAAE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 42.09%
G = 28.62%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FAAAAE (or 0xFAAAAE) is known color: Light Pink. HEX triplet: FA, AA and AE. RGB value is (250,170,174). Sum of RGB (Red+Green+Blue) = 250+170+174=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAE is #055551. Grayscale: #C2C2C2. Windows color (decimal): -349522 or 11447034. OLE color: 11447034.

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

Color convert

RGB 250 170 174 -
CMYK 0 0.32 0.30 0.02
HSL 357º 0.89% 0.82% -
HSV(B) 357º 0.32% 0.98% -
XYZ 61.44 52.13 46.87 -
YUV 194.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 250 170 174 0 0.32 0.30 0.02 357 0.89 0.82
Hex FA AA AE 0 20 1E 2 165 59 52
Octal 372 252 256 0 40 36 2 545 131 122
Binary 11111010 10101010 10101110 0 100000 11110 10 101100101 1011001 1010010

Color Harmonies of #FAAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAAE

Black with #FAAAAE

Text Example


Text Example

White with #FAAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAAE; }

 p { color: rgb(250,170,174); }

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

background-color css

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

 a { background-color: rgb(250,170,174); }

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

border-color css

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

 span { border-color: rgb(250,170,174); }

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