#FEB690

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

Shades of Mandys Pink #FEB690

Tints of Mandys Pink #FEB690

Color information

#FEB690 (or 0xFEB690) is unknown color: approx Mandys Pink. HEX triplet: FE, B6 and 90. RGB value is (254,182,144). Sum of RGB (Red+Green+Blue) = 254+182+144=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 144 (56.64% from 255 or 24.83% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB690 is #01496F. Grayscale: #C7C7C7. Windows color (decimal): -84336 or 9484030. OLE color: 9484030.

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

Color convert

RGB254182144-
CMYK00.280.430.00
HSL20.73º98.21%78.04%-
HSV(B)20.73º43.31%99.61%-
XYZ62.6456.5434-
YUV199.296.85167.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 144 (56.64% from 255) = 24.83%
R=43.79%
G=31.38%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418214400.280.430.0020.7398.2178.04
HexFEB69001C2B015624e
Octal37626622003453025142116
Binary11111110101101101001000001110010101101010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB690; }

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

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

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

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

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

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

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

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