Html Css Color HEX #F7BBA0 Mandys Pink

📋 copy color: '#F7BBA0'

red 247 ◦ green 187 ◦ blue 160

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

Shades of Mandys Pink #F7BBA0

Tints of Mandys Pink #F7BBA0

RGB

 RED value IS 247 (96.88% from 255) = 41.58%

 GREEN value IS 187 (73.44% from 255) = 31.48%

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

R = 41.58%
G = 31.48%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F7BBA0 (or 0xF7BBA0) is known color: Mandys Pink. HEX triplet: F7, BB and A0. RGB value is (247,187,160). Sum of RGB (Red+Green+Blue) = 247+187+160=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7BBA0 is #08445F. Grayscale: #CACACA. Windows color (decimal): -541792 or 10533879. OLE color: 10533879.

HSL color Cylindrical-coordinate representation of color #F7BBA0: hue angle of 18.62º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F7BBA0 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 187 160 -
CMYK 0 0.24 0.35 0.03
HSL 18.62º 0.84% 0.8% -
HSV(B) 18.62º 0.35% 0.97% -
XYZ 62.47 57.85 41.13 -
YUV 201.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 247 187 160 0 0.24 0.35 0.03 18.62 0.84 0.8
Hex F7 BB A0 0 18 23 3 13 54 50
Octal 367 273 240 0 30 43 3 23 124 120
Binary 11110111 10111011 10100000 0 11000 100011 11 10011 1010100 1010000

Color Harmonies of #F7BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BBA0

Black with #F7BBA0

Text Example


Text Example

White with #F7BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BBA0; }

 p { color: rgb(247,187,160); }

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

background-color css

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

 a { background-color: rgb(247,187,160); }

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

border-color css

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

 span { border-color: rgb(247,187,160); }

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