Html Css Color HEX #FEBA9E Mandys Pink

📋 copy color: '#FEBA9E'

red 254 ◦ green 186 ◦ blue 158

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

Shades of Mandys Pink #FEBA9E

Tints of Mandys Pink #FEBA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.1%

 BLUE value IS 158 (62.11% from 255) = 26.42%

R = 42.47%
G = 31.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEBA9E (or 0xFEBA9E) is known color: Mandys Pink. HEX triplet: FE, BA and 9E. RGB value is (254,186,158). Sum of RGB (Red+Green+Blue) = 254+186+158=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA9E is #014561. Grayscale: #CBCBCB. Windows color (decimal): -83298 or 10402558. OLE color: 10402558.

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

Color convert

RGB 254 186 158 -
CMYK 0 0.27 0.38 0.00
HSL 17.5º 0.98% 0.81% -
HSV(B) 17.5º 0.38% 1% -
XYZ 64.6 58.66 40.26 -
YUV 203.14 102.53 164.28 -
System Red Green Blue C M Y K H S L
Decimal 254 186 158 0 0.27 0.38 0.00 17.5 0.98 0.81
Hex FE BA 9E 0 1B 26 0 12 62 51
Octal 376 272 236 0 33 46 0 22 142 121
Binary 11111110 10111010 10011110 0 11011 100110 0 10010 1100010 1010001

Color Harmonies of #FEBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA9E

Black with #FEBA9E

Text Example


Text Example

White with #FEBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA9E; }

 p { color: rgb(254,186,158); }

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

background-color css

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

 a { background-color: rgb(254,186,158); }

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

border-color css

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

 span { border-color: rgb(254,186,158); }

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