Html Css Color HEX #FAAEBA Light Pink

📋 copy color: '#FAAEBA'

red 250 ◦ green 174 ◦ blue 186

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

Shades of Light Pink #FAAEBA

Tints of Light Pink #FAAEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 40.98%
G = 28.52%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAAEBA (or 0xFAAEBA) is known color: Light Pink. HEX triplet: FA, AE and BA. RGB value is (250,174,186). Sum of RGB (Red+Green+Blue) = 250+174+186=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBA is #055145. Grayscale: #C6C6C6. Windows color (decimal): -348486 or 12234490. OLE color: 12234490.

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

Color convert

RGB 250 174 186 -
CMYK 0 0.30 0.26 0.02
HSL 350.53º 0.88% 0.83% -
HSV(B) 350.53º 0.3% 0.98% -
XYZ 63.42 54.14 53.56 -
YUV 198.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 250 174 186 0 0.30 0.26 0.02 350.53 0.88 0.83
Hex FA AE BA 0 1E 1A 2 15F 58 53
Octal 372 256 272 0 36 32 2 537 130 123
Binary 11111010 10101110 10111010 0 11110 11010 10 101011111 1011000 1010011

Color Harmonies of #FAAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEBA

Black with #FAAEBA

Text Example


Text Example

White with #FAAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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