Html Css Color HEX #FAAEBC Light Pink

📋 copy color: '#FAAEBC'

red 250 ◦ green 174 ◦ blue 188

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

Shades of Light Pink #FAAEBC

Tints of Light Pink #FAAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.72%

R = 40.85%
G = 28.43%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAAEBC (or 0xFAAEBC) is known color: Light Pink. HEX triplet: FA, AE and BC. RGB value is (250,174,188). Sum of RGB (Red+Green+Blue) = 250+174+188=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEBC is #055143. Grayscale: #C6C6C6. Windows color (decimal): -348484 or 12365562. OLE color: 12365562.

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

Color convert

RGB 250 174 188 -
CMYK 0 0.30 0.25 0.02
HSL 348.95º 0.88% 0.83% -
HSV(B) 348.95º 0.3% 0.98% -
XYZ 63.64 54.23 54.69 -
YUV 198.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 250 174 188 0 0.30 0.25 0.02 348.95 0.88 0.83
Hex FA AE BC 0 1E 19 2 15D 58 53
Octal 372 256 274 0 36 31 2 535 130 123
Binary 11111010 10101110 10111100 0 11110 11001 10 101011101 1011000 1010011

Color Harmonies of #FAAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAEBC

Black with #FAAEBC

Text Example


Text Example

White with #FAAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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