Html Css Color HEX #FEABB0 Light Pink

📋 copy color: '#FEABB0'

red 254 ◦ green 171 ◦ blue 176

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

Shades of Light Pink #FEABB0

Tints of Light Pink #FEABB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.28%

R = 42.26%
G = 28.45%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEABB0 (or 0xFEABB0) is known color: Light Pink. HEX triplet: FE, AB and B0. RGB value is (254,171,176). Sum of RGB (Red+Green+Blue) = 254+171+176=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABB0 is #01544F. Grayscale: #C4C4C4. Windows color (decimal): -87120 or 11578366. OLE color: 11578366.

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

Color convert

RGB 254 171 176 -
CMYK 0 0.33 0.31 0.00
HSL 356.39º 0.98% 0.83% -
HSV(B) 356.39º 0.33% 1% -
XYZ 63.27 53.33 48.03 -
YUV 196.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 254 171 176 0 0.33 0.31 0.00 356.39 0.98 0.83
Hex FE AB B0 0 21 1F 0 164 62 53
Octal 376 253 260 0 41 37 0 544 142 123
Binary 11111110 10101011 10110000 0 100001 11111 0 101100100 1100010 1010011

Color Harmonies of #FEABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABB0

Black with #FEABB0

Text Example


Text Example

White with #FEABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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