Html Css Color HEX #FEB696 Mandys Pink

📋 copy color: '#FEB696'

red 254 ◦ green 182 ◦ blue 150

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

Shades of Mandys Pink #FEB696

Tints of Mandys Pink #FEB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.06%

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

R = 43.34%
G = 31.06%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEB696 (or 0xFEB696) is known color: Mandys Pink. HEX triplet: FE, B6 and 96. RGB value is (254,182,150). Sum of RGB (Red+Green+Blue) = 254+182+150=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB696 is #014969. Grayscale: #C8C8C8. Windows color (decimal): -84330 or 9877246. OLE color: 9877246.

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

Color convert

RGB 254 182 150 -
CMYK 0 0.28 0.41 0.00
HSL 18.46º 0.98% 0.79% -
HSV(B) 18.46º 0.41% 1% -
XYZ 63.11 56.73 36.48 -
YUV 199.88 99.85 166.6 -
System Red Green Blue C M Y K H S L
Decimal 254 182 150 0 0.28 0.41 0.00 18.46 0.98 0.79
Hex FE B6 96 0 1C 29 0 12 62 4F
Octal 376 266 226 0 34 51 0 22 142 117
Binary 11111110 10110110 10010110 0 11100 101001 0 10010 1100010 1001111

Color Harmonies of #FEB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB696

Black with #FEB696

Text Example


Text Example

White with #FEB696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB696; }

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

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

background-color css

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

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

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

border-color css

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

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

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