Html Css Color HEX #FEBA96 Mandys Pink

📋 copy color: '#FEBA96'

red 254 ◦ green 186 ◦ blue 150

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

Shades of Mandys Pink #FEBA96

Tints of Mandys Pink #FEBA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.42%

R = 43.05%
G = 31.53%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEBA96 (or 0xFEBA96) is known color: Mandys Pink. HEX triplet: FE, BA and 96. RGB value is (254,186,150). Sum of RGB (Red+Green+Blue) = 254+186+150=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBA96 is #014569. Grayscale: #CACACA. Windows color (decimal): -83306 or 9878270. OLE color: 9878270.

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

Color convert

RGB 254 186 150 -
CMYK 0 0.27 0.41 0.00
HSL 20.77º 0.98% 0.79% -
HSV(B) 20.77º 0.41% 1% -
XYZ 63.94 58.39 36.75 -
YUV 202.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 254 186 150 0 0.27 0.41 0.00 20.77 0.98 0.79
Hex FE BA 96 0 1B 29 0 15 62 4F
Octal 376 272 226 0 33 51 0 25 142 117
Binary 11111110 10111010 10010110 0 11011 101001 0 10101 1100010 1001111

Color Harmonies of #FEBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBA96

Black with #FEBA96

Text Example


Text Example

White with #FEBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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