Html Css Color HEX #FEAEBC Light Pink

📋 copy color: '#FEAEBC'

red 254 ◦ green 174 ◦ blue 188

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

Shades of Light Pink #FEAEBC

Tints of Light Pink #FEAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.52%

R = 41.23%
G = 28.25%
B = 30.52%

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

#FEAEBC (or 0xFEAEBC) is known color: Light Pink. HEX triplet: FE, AE and BC. RGB value is (254,174,188). Sum of RGB (Red+Green+Blue) = 254+174+188=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEBC is #015143. Grayscale: #C7C7C7. Windows color (decimal): -86340 or 12365566. OLE color: 12365566.

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

Color convert

RGB 254 174 188 -
CMYK 0 0.31 0.26 0.00
HSL 349.5º 0.98% 0.84% -
HSV(B) 349.5º 0.31% 1% -
XYZ 65.09 54.97 54.76 -
YUV 199.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 254 174 188 0 0.31 0.26 0.00 349.5 0.98 0.84
Hex FE AE BC 0 1F 1A 0 15E 62 54
Octal 376 256 274 0 37 32 0 536 142 124
Binary 11111110 10101110 10111100 0 11111 11010 0 101011110 1100010 1010100

Color Harmonies of #FEAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAEBC

Black with #FEAEBC

Text Example


Text Example

White with #FEAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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