#FEB69A

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

Shades of Mandys Pink #FEB69A

Tints of Mandys Pink #FEB69A

Color information

#FEB69A (or 0xFEB69A) is unknown color: approx Mandys Pink. HEX triplet: FE, B6 and 9A. RGB value is (254,182,154). Sum of RGB (Red+Green+Blue) = 254+182+154=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB69A is #014965. Grayscale: #C8C8C8. Windows color (decimal): -84326 or 10139390. OLE color: 10139390.

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

Color convert

RGB254182154-
CMYK00.280.390.00
HSL16.8º98.04%80%-
HSV(B)16.8º39.37%99.61%-
XYZ63.4356.8638.2-
YUV200.34101.85166.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 154 (60.55% from 255) = 26.10%
R=43.05%
G=30.85%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418215400.280.390.0016.898.0480
HexFEB69A01C270116250
Octal37626623203447021142120
Binary11111110101101101001101001110010011101000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB69A; }

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

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

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

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

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

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

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

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