Html Css Color HEX #FBB7A0 Mandys Pink

📋 copy color: '#FBB7A0'

red 251 ◦ green 183 ◦ blue 160

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

Shades of Mandys Pink #FBB7A0

Tints of Mandys Pink #FBB7A0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.81%

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

R = 42.26%
G = 30.81%
B = 26.94%

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

#FBB7A0 (or 0xFBB7A0) is known color: Mandys Pink. HEX triplet: FB, B7 and A0. RGB value is (251,183,160). Sum of RGB (Red+Green+Blue) = 251+183+160=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB7A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB7A0 is #04485F. Grayscale: #C8C8C8. Windows color (decimal): -280672 or 10532859. OLE color: 10532859.

HSL color Cylindrical-coordinate representation of color #FBB7A0: hue angle of 15.16º 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 #FBB7A0 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 183 160 -
CMYK 0 0.27 0.36 0.02
HSL 15.16º 0.92% 0.81% -
HSV(B) 15.16º 0.36% 0.98% -
XYZ 63.06 56.91 40.92 -
YUV 200.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 251 183 160 0 0.27 0.36 0.02 15.16 0.92 0.81
Hex FB B7 A0 0 1B 24 2 F 5C 51
Octal 373 267 240 0 33 44 2 17 134 121
Binary 11111011 10110111 10100000 0 11011 100100 10 1111 1011100 1010001

Color Harmonies of #FBB7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB7A0

Black with #FBB7A0

Text Example


Text Example

White with #FBB7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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