Html Css Color HEX #F7B0BA Light Pink

📋 copy color: '#F7B0BA'

red 247 ◦ green 176 ◦ blue 186

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

Shades of Light Pink #F7B0BA

Tints of Light Pink #F7B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.9%

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 40.56%
G = 28.9%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7B0BA (or 0xF7B0BA) is known color: Light Pink. HEX triplet: F7, B0 and BA. RGB value is (247,176,186). Sum of RGB (Red+Green+Blue) = 247+176+186=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0BA is #084F45. Grayscale: #C6C6C6. Windows color (decimal): -544582 or 12234999. OLE color: 12234999.

HSL color Cylindrical-coordinate representation of color #F7B0BA: hue angle of 351.55º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0BA is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 186 -
CMYK 0 0.29 0.25 0.03
HSL 351.55º 0.82% 0.83% -
HSV(B) 351.55º 0.29% 0.97% -
XYZ 62.75 54.37 53.64 -
YUV 198.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 247 176 186 0 0.29 0.25 0.03 351.55 0.82 0.83
Hex F7 B0 BA 0 1D 19 3 160 52 53
Octal 367 260 272 0 35 31 3 540 122 123
Binary 11110111 10110000 10111010 0 11101 11001 11 101100000 1010010 1010011

Color Harmonies of #F7B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0BA

Black with #F7B0BA

Text Example


Text Example

White with #F7B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0BA; }

 p { color: rgb(247,176,186); }

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

background-color css

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

 a { background-color: rgb(247,176,186); }

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

border-color css

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

 span { border-color: rgb(247,176,186); }

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