Html Css Color HEX #FEAABA Light Pink

📋 copy color: '#FEAABA'

red 254 ◦ green 170 ◦ blue 186

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

Shades of Light Pink #FEAABA

Tints of Light Pink #FEAABA

RGB

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

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

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

R = 41.64%
G = 27.87%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEAABA (or 0xFEAABA) is known color: Light Pink. HEX triplet: FE, AA and BA. RGB value is (254,170,186). Sum of RGB (Red+Green+Blue) = 254+170+186=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABA is #015545. Grayscale: #C4C4C4. Windows color (decimal): -87366 or 12233470. OLE color: 12233470.

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

Color convert

RGB 254 170 186 -
CMYK 0 0.33 0.27 0.00
HSL 348.57º 0.98% 0.83% -
HSV(B) 348.57º 0.33% 1% -
XYZ 64.11 53.37 53.38 -
YUV 196.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 254 170 186 0 0.33 0.27 0.00 348.57 0.98 0.83
Hex FE AA BA 0 21 1B 0 15D 62 53
Octal 376 252 272 0 41 33 0 535 142 123
Binary 11111110 10101010 10111010 0 100001 11011 0 101011101 1100010 1010011

Color Harmonies of #FEAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAABA

Black with #FEAABA

Text Example


Text Example

White with #FEAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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