#FEB98D

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

Shades of Mandys Pink #FEB98D

Tints of Mandys Pink #FEB98D

Color information

#FEB98D (or 0xFEB98D) is unknown color: approx Mandys Pink. HEX triplet: FE, B9 and 8D. RGB value is (254,185,141). Sum of RGB (Red+Green+Blue) = 254+185+141=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB98D is #014672. Grayscale: #C8C8C8. Windows color (decimal): -83571 or 9288190. OLE color: 9288190.

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

Color convert

RGB254185141-
CMYK00.270.440.00
HSL23.36º98.26%77.45%-
HSV(B)23.36º44.49%99.61%-
XYZ63.0357.6933.01-
YUV200.6294.36166.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=43.79%
G=31.90%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418514100.270.440.0023.3698.2677.45
HexFEB98D01B2C017624d
Octal37627121503354027142115
Binary11111110101110011000110101101110110001011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB98D; }

 p { color: rgb(254,185,141); }

 H1.HeaderClassName
 {
   color: #FEB98D;
 }
 .AnyTagClassName
 {
   color: #FEB98D;
 }
</style>
background-color css

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

 a { background-color: rgb(254,185,141); }

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

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

 span { border-color: rgb(254,185,141); }

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