Html Css Color HEX #FEABBA Light Pink

📋 copy color: '#FEABBA'

red 254 ◦ green 171 ◦ blue 186

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

Shades of Light Pink #FEABBA

Tints of Light Pink #FEABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.99%

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

R = 41.57%
G = 27.99%
B = 30.44%

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

#FEABBA (or 0xFEABBA) is known color: Light Pink. HEX triplet: FE, AB and BA. RGB value is (254,171,186). Sum of RGB (Red+Green+Blue) = 254+171+186=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABBA is #015445. Grayscale: #C5C5C5. Windows color (decimal): -87110 or 12233726. OLE color: 12233726.

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

Color convert

RGB 254 171 186 -
CMYK 0 0.33 0.27 0.00
HSL 349.16º 0.98% 0.83% -
HSV(B) 349.16º 0.33% 1% -
XYZ 64.3 53.74 53.44 -
YUV 197.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 254 171 186 0 0.33 0.27 0.00 349.16 0.98 0.83
Hex FE AB BA 0 21 1B 0 15D 62 53
Octal 376 253 272 0 41 33 0 535 142 123
Binary 11111110 10101011 10111010 0 100001 11011 0 101011101 1100010 1010011

Color Harmonies of #FEABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABBA

Black with #FEABBA

Text Example


Text Example

White with #FEABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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