Html Css Color HEX #FEB295 Mandys Pink

📋 copy color: '#FEB295'

red 254 ◦ green 178 ◦ blue 149

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

Shades of Mandys Pink #FEB295

Tints of Mandys Pink #FEB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.64%

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 43.72%
G = 30.64%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEB295 (or 0xFEB295) is known color: Mandys Pink. HEX triplet: FE, B2 and 95. RGB value is (254,178,149). Sum of RGB (Red+Green+Blue) = 254+178+149=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB295 is #014D6A. Grayscale: #C5C5C5. Windows color (decimal): -85355 or 9810686. OLE color: 9810686.

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

Color convert

RGB 254 178 149 -
CMYK 0 0.30 0.41 0.00
HSL 16.57º 0.98% 0.79% -
HSV(B) 16.57º 0.41% 1% -
XYZ 62.22 55.08 35.79 -
YUV 197.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 254 178 149 0 0.30 0.41 0.00 16.57 0.98 0.79
Hex FE B2 95 0 1E 29 0 11 62 4F
Octal 376 262 225 0 36 51 0 21 142 117
Binary 11111110 10110010 10010101 0 11110 101001 0 10001 1100010 1001111

Color Harmonies of #FEB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB295

Black with #FEB295

Text Example


Text Example

White with #FEB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB295; }

 p { color: rgb(254,178,149); }

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

background-color css

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

 a { background-color: rgb(254,178,149); }

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

border-color css

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

 span { border-color: rgb(254,178,149); }

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