Html Css Color HEX #FEAAAF Light Pink

📋 copy color: '#FEAAAF'

red 254 ◦ green 170 ◦ blue 175

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

Shades of Light Pink #FEAAAF

Tints of Light Pink #FEAAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 42.4%
G = 28.38%
B = 29.22%

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

#FEAAAF (or 0xFEAAAF) is known color: Light Pink. HEX triplet: FE, AA and AF. RGB value is (254,170,175). Sum of RGB (Red+Green+Blue) = 254+170+175=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAAF is #015550. Grayscale: #C3C3C3. Windows color (decimal): -87377 or 11512574. OLE color: 11512574.

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

Color convert

RGB 254 170 175 -
CMYK 0 0.33 0.31 0.00
HSL 356.43º 0.98% 0.83% -
HSV(B) 356.43º 0.33% 1% -
XYZ 62.99 52.92 47.45 -
YUV 195.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 254 170 175 0 0.33 0.31 0.00 356.43 0.98 0.83
Hex FE AA AF 0 21 1F 0 164 62 53
Octal 376 252 257 0 41 37 0 544 142 123
Binary 11111110 10101010 10101111 0 100001 11111 0 101100100 1100010 1010011

Color Harmonies of #FEAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAAF

Black with #FEAAAF

Text Example


Text Example

White with #FEAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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