Html Css Color HEX #FEAABC Light Pink

📋 copy color: '#FEAABC'

red 254 ◦ green 170 ◦ blue 188

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

Shades of Light Pink #FEAABC

Tints of Light Pink #FEAABC

RGB

 RED value IS 254 (99.61% from 255) = 41.5%

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

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

R = 41.5%
G = 27.78%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEAABC (or 0xFEAABC) is known color: Light Pink. HEX triplet: FE, AA and BC. RGB value is (254,170,188). Sum of RGB (Red+Green+Blue) = 254+170+188=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABC is #015543. Grayscale: #C5C5C5. Windows color (decimal): -87364 or 12364542. OLE color: 12364542.

HSL color Cylindrical-coordinate representation of color #FEAABC: hue angle of 347.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAABC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 170 188 -
CMYK 0 0.33 0.26 0.00
HSL 347.14º 0.98% 0.83% -
HSV(B) 347.14º 0.33% 1% -
XYZ 64.32 53.45 54.5 -
YUV 197.17 122.83 168.54 -
System Red Green Blue C M Y K H S L
Decimal 254 170 188 0 0.33 0.26 0.00 347.14 0.98 0.83
Hex FE AA BC 0 21 1A 0 15B 62 53
Octal 376 252 274 0 41 32 0 533 142 123
Binary 11111110 10101010 10111100 0 100001 11010 0 101011011 1100010 1010011

Color Harmonies of #FEAABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAABC

Black with #FEAABC

Text Example


Text Example

White with #FEAABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAABC; }

 p { color: rgb(254,170,188); }

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

background-color css

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

 a { background-color: rgb(254,170,188); }

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

border-color css

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

 span { border-color: rgb(254,170,188); }

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