#FFB990

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

Shades of Mandys Pink #FFB990

Tints of Mandys Pink #FFB990

Color information

#FFB990 (or 0xFFB990) is unknown color: approx Mandys Pink. HEX triplet: FF, B9 and 90. RGB value is (255,185,144). Sum of RGB (Red+Green+Blue) = 255+185+144=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFB990 is #00466F. Grayscale: #C9C9C9. Windows color (decimal): -18032 or 9484799. OLE color: 9484799.

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

Color convert

RGB255185144-
CMYK00.270.440
HSL22.16º100%78.24%-
HSV(B)22.16º43.53%100%-
XYZ63.6257.9734.22-
YUV201.2695.69166.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 185 (72.66% from 255) = 31.68%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=43.66%
G=31.68%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518514400.270.44022.1610078.24
HexFFB99001B2C016644e
Octal37727122003354026144116
Binary11111111101110011001000001101110110001011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB990; }

 p { color: rgb(255,185,144); }

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

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

 a { background-color: rgb(255,185,144); }

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

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

 span { border-color: rgb(255,185,144); }

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