#FEB69D

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

Shades of Mandys Pink #FEB69D

Tints of Mandys Pink #FEB69D

Color information

#FEB69D (or 0xFEB69D) is unknown color: approx Mandys Pink. HEX triplet: FE, B6 and 9D. RGB value is (254,182,157). Sum of RGB (Red+Green+Blue) = 254+182+157=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB69D is #014962. Grayscale: #C8C8C8. Windows color (decimal): -84323 or 10335998. OLE color: 10335998.

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

Color convert

RGB254182157-
CMYK00.280.380.00
HSL15.46º97.98%80.59%-
HSV(B)15.46º38.19%99.61%-
XYZ63.6956.9639.54-
YUV200.68103.35166.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 157 (61.72% from 255) = 26.48%
R=42.83%
G=30.69%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418215700.280.380.0015.4697.9880.59
HexFEB69D01C260f6251
Octal37626623503446017142121
Binary1111111010110110100111010111001001100111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB69D; }

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

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

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

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

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

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

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

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