Html Css Color HEX #FAAEB7 Light Pink

📋 copy color: '#FAAEB7'

red 250 ◦ green 174 ◦ blue 183

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

Shades of Light Pink #FAAEB7

Tints of Light Pink #FAAEB7

RGB

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

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

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

R = 41.19%
G = 28.67%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAAEB7 (or 0xFAAEB7) is known color: Light Pink. HEX triplet: FA, AE and B7. RGB value is (250,174,183). Sum of RGB (Red+Green+Blue) = 250+174+183=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB7 is #055148. Grayscale: #C5C5C5. Windows color (decimal): -348489 or 12037882. OLE color: 12037882.

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

Color convert

RGB 250 174 183 -
CMYK 0 0.30 0.27 0.02
HSL 352.89º 0.88% 0.83% -
HSV(B) 352.89º 0.3% 0.98% -
XYZ 63.11 54.01 51.9 -
YUV 197.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 250 174 183 0 0.30 0.27 0.02 352.89 0.88 0.83
Hex FA AE B7 0 1E 1B 2 161 58 53
Octal 372 256 267 0 36 33 2 541 130 123
Binary 11111010 10101110 10110111 0 11110 11011 10 101100001 1011000 1010011

Color Harmonies of #FAAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEB7

Black with #FAAEB7

Text Example


Text Example

White with #FAAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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