#FBAF90

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

Shades of Mandys Pink #FBAF90

Tints of Mandys Pink #FBAF90

Color information

#FBAF90 (or 0xFBAF90) is unknown color: approx Mandys Pink. HEX triplet: FB, AF and 90. RGB value is (251,175,144). Sum of RGB (Red+Green+Blue) = 251+175+144=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF90 is #04506F. Grayscale: #C2C2C2. Windows color (decimal): -282736 or 9482235. OLE color: 9482235.

HSL color Cylindrical-coordinate representation of color #FBAF90: hue angle of 17.38º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBAF90 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB251175144-
CMYK00.300.430.02
HSL17.38º93.04%77.45%-
HSV(B)17.38º42.63%98.43%-
XYZ60.1553.1833.48-
YUV194.1999.68168.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.04%
GREEN value IS 175 (68.75% from 255) = 30.70%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=44.04%
G=30.70%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117514400.300.430.0217.3893.0477.45
HexFBAF9001E2B2115d4d
Octal37325722003653221135115
Binary111110111010111110010000011110101011101000110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAF90; }

 p { color: rgb(251,175,144); }

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

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

 a { background-color: rgb(251,175,144); }

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

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

 span { border-color: rgb(251,175,144); }

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