Html Css Color HEX #FAAEB1 Light Pink

📋 copy color: '#FAAEB1'

red 250 ◦ green 174 ◦ blue 177

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

Shades of Light Pink #FAAEB1

Tints of Light Pink #FAAEB1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.95%

 BLUE value IS 177 (69.53% from 255) = 29.45%

R = 41.6%
G = 28.95%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAAEB1 (or 0xFAAEB1) is known color: Light Pink. HEX triplet: FA, AE and B1. RGB value is (250,174,177). Sum of RGB (Red+Green+Blue) = 250+174+177=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 177 (69.53% from 255 or 29.45% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAEB1 is #05514E. Grayscale: #C5C5C5. Windows color (decimal): -348495 or 11644666. OLE color: 11644666.

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

Color convert

RGB 250 174 177 -
CMYK 0 0.30 0.29 0.02
HSL 357.63º 0.88% 0.83% -
HSV(B) 357.63º 0.3% 0.98% -
XYZ 62.5 53.77 48.68 -
YUV 197.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 250 174 177 0 0.30 0.29 0.02 357.63 0.88 0.83
Hex FA AE B1 0 1E 1D 2 166 58 53
Octal 372 256 261 0 36 35 2 546 130 123
Binary 11111010 10101110 10110001 0 11110 11101 10 101100110 1011000 1010011

Color Harmonies of #FAAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEB1

Black with #FAAEB1

Text Example


Text Example

White with #FAAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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