#FEB295

Color #FEB295 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #FEB295

Tints of Mandys Pink #FEB295

Color information

#FEB295 (or 0xFEB295) is unknown color: approx 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

RGB254178149-
CMYK00.300.410.00
HSL16.57º98.13%79.02%-
HSV(B)16.57º41.34%99.61%-
XYZ62.2255.0835.79-
YUV197.42100.68168.36-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417814900.300.410.0016.5798.1379.02
HexFEB29501E29011624f
Octal37626222503651021142117
Binary11111110101100101001010101111010100101000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>