Html Css Color HEX #FBB9A0 Mandys Pink

📋 copy color: '#FBB9A0'

red 251 ◦ green 185 ◦ blue 160

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

Shades of Mandys Pink #FBB9A0

Tints of Mandys Pink #FBB9A0

RGB

 RED value IS 251 (98.44% from 255) = 42.11%

 GREEN value IS 185 (72.66% from 255) = 31.04%

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

R = 42.11%
G = 31.04%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBB9A0 (or 0xFBB9A0) is known color: Mandys Pink. HEX triplet: FB, B9 and A0. RGB value is (251,185,160). Sum of RGB (Red+Green+Blue) = 251+185+160=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB9A0 is #04465F. Grayscale: #CACACA. Windows color (decimal): -280160 or 10533371. OLE color: 10533371.

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

Color convert

RGB 251 185 160 -
CMYK 0 0.26 0.36 0.02
HSL 16.48º 0.92% 0.81% -
HSV(B) 16.48º 0.36% 0.98% -
XYZ 63.48 57.75 41.06 -
YUV 201.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 251 185 160 0 0.26 0.36 0.02 16.48 0.92 0.81
Hex FB B9 A0 0 1A 24 2 10 5C 51
Octal 373 271 240 0 32 44 2 20 134 121
Binary 11111011 10111001 10100000 0 11010 100100 10 10000 1011100 1010001

Color Harmonies of #FBB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB9A0

Black with #FBB9A0

Text Example


Text Example

White with #FBB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB9A0; }

 p { color: rgb(251,185,160); }

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

background-color css

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

 a { background-color: rgb(251,185,160); }

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

border-color css

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

 span { border-color: rgb(251,185,160); }

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