Html Css Color HEX #FEAEB8 Light Pink

📋 copy color: '#FEAEB8'

red 254 ◦ green 174 ◦ blue 184

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

Shades of Light Pink #FEAEB8

Tints of Light Pink #FEAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

 BLUE value IS 184 (72.27% from 255) = 30.07%

R = 41.5%
G = 28.43%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEAEB8 (or 0xFEAEB8) is known color: Light Pink. HEX triplet: FE, AE and B8. RGB value is (254,174,184). Sum of RGB (Red+Green+Blue) = 254+174+184=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEB8 is #015147. Grayscale: #C7C7C7. Windows color (decimal): -86344 or 12103422. OLE color: 12103422.

HSL color Cylindrical-coordinate representation of color #FEAEB8: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEB8 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 174 184 -
CMYK 0 0.31 0.28 0.00
HSL 352.5º 0.98% 0.84% -
HSV(B) 352.5º 0.31% 1% -
XYZ 64.66 54.8 52.52 -
YUV 199.06 119.5 167.19 -
System Red Green Blue C M Y K H S L
Decimal 254 174 184 0 0.31 0.28 0.00 352.5 0.98 0.84
Hex FE AE B8 0 1F 1C 0 160 62 54
Octal 376 256 270 0 37 34 0 540 142 124
Binary 11111110 10101110 10111000 0 11111 11100 0 101100000 1100010 1010100

Color Harmonies of #FEAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEB8

Black with #FEAEB8

Text Example


Text Example

White with #FEAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEB8; }

 p { color: rgb(254,174,184); }

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

background-color css

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

 a { background-color: rgb(254,174,184); }

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

border-color css

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

 span { border-color: rgb(254,174,184); }

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