Html Css Color HEX #FEAABD Light Pink

📋 copy color: '#FEAABD'

red 254 ◦ green 170 ◦ blue 189

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

Shades of Light Pink #FEAABD

Tints of Light Pink #FEAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 41.44%
G = 27.73%
B = 30.83%

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

#FEAABD (or 0xFEAABD) is known color: Light Pink. HEX triplet: FE, AA and BD. RGB value is (254,170,189). Sum of RGB (Red+Green+Blue) = 254+170+189=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABD is #015542. Grayscale: #C5C5C5. Windows color (decimal): -87363 or 12430078. OLE color: 12430078.

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

Color convert

RGB 254 170 189 -
CMYK 0 0.33 0.26 0.00
HSL 346.43º 0.98% 0.83% -
HSV(B) 346.43º 0.33% 1% -
XYZ 64.43 53.49 55.07 -
YUV 197.28 123.33 168.46 -
System Red Green Blue C M Y K H S L
Decimal 254 170 189 0 0.33 0.26 0.00 346.43 0.98 0.83
Hex FE AA BD 0 21 1A 0 15A 62 53
Octal 376 252 275 0 41 32 0 532 142 123
Binary 11111110 10101010 10111101 0 100001 11010 0 101011010 1100010 1010011

Color Harmonies of #FEAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAABD

Black with #FEAABD

Text Example


Text Example

White with #FEAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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