Html Css Color HEX #F9B5A0 Mandys Pink

📋 copy color: '#F9B5A0'

red 249 ◦ green 181 ◦ blue 160

#F9B5A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandys Pink #F9B5A0

Tints of Mandys Pink #F9B5A0

RGB

 RED value IS 249 (97.66% from 255) = 42.2%

 GREEN value IS 181 (71.09% from 255) = 30.68%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 42.2%
G = 30.68%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F9B5A0 (or 0xF9B5A0) is known color: Mandys Pink. HEX triplet: F9, B5 and A0. RGB value is (249,181,160). Sum of RGB (Red+Green+Blue) = 249+181+160=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9B5A0 is #064A5F. Grayscale: #C7C7C7. Windows color (decimal): -412256 or 10532345. OLE color: 10532345.

HSL color Cylindrical-coordinate representation of color #F9B5A0: hue angle of 14.16º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9B5A0 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 181 160 -
CMYK 0 0.27 0.36 0.02
HSL 14.16º 0.88% 0.8% -
HSV(B) 14.16º 0.36% 0.98% -
XYZ 61.94 55.73 40.75 -
YUV 198.94 106.03 163.71 -
System Red Green Blue C M Y K H S L
Decimal 249 181 160 0 0.27 0.36 0.02 14.16 0.88 0.8
Hex F9 B5 A0 0 1B 24 2 E 58 50
Octal 371 265 240 0 33 44 2 16 130 120
Binary 11111001 10110101 10100000 0 11011 100100 10 1110 1011000 1010000

Color Harmonies of #F9B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5A0

Black with #F9B5A0

Text Example


Text Example

White with #F9B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5A0; }

 p { color: rgb(249,181,160); }

 H1.HeaderClassName
 {
   color: #F9B5A0;
 }
 .AnyTagClassName
 {
   color: #F9B5A0;
 }
</style>

background-color css

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

 a { background-color: rgb(249,181,160); }

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

border-color css

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

 span { border-color: rgb(249,181,160); }

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