Html Css Color HEX #FEAEBB Light Pink

📋 copy color: '#FEAEBB'

red 254 ◦ green 174 ◦ blue 187

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

Shades of Light Pink #FEAEBB

Tints of Light Pink #FEAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.41%

R = 41.3%
G = 28.29%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEAEBB (or 0xFEAEBB) is known color: Light Pink. HEX triplet: FE, AE and BB. RGB value is (254,174,187). Sum of RGB (Red+Green+Blue) = 254+174+187=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEBB is #015144. Grayscale: #C7C7C7. Windows color (decimal): -86341 or 12300030. OLE color: 12300030.

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

Color convert

RGB 254 174 187 -
CMYK 0 0.31 0.26 0.00
HSL 350.25º 0.98% 0.84% -
HSV(B) 350.25º 0.31% 1% -
XYZ 64.98 54.93 54.19 -
YUV 199.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 254 174 187 0 0.31 0.26 0.00 350.25 0.98 0.84
Hex FE AE BB 0 1F 1A 0 15E 62 54
Octal 376 256 273 0 37 32 0 536 142 124
Binary 11111110 10101110 10111011 0 11111 11010 0 101011110 1100010 1010100

Color Harmonies of #FEAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEBB

Black with #FEAEBB

Text Example


Text Example

White with #FEAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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