Html Css Color HEX #F7B0BC Light Pink

📋 copy color: '#F7B0BC'

red 247 ◦ green 176 ◦ blue 188

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

Shades of Light Pink #F7B0BC

Tints of Light Pink #F7B0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.77%

R = 40.43%
G = 28.81%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7B0BC (or 0xF7B0BC) is known color: Light Pink. HEX triplet: F7, B0 and BC. RGB value is (247,176,188). Sum of RGB (Red+Green+Blue) = 247+176+188=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0BC is #084F43. Grayscale: #C6C6C6. Windows color (decimal): -544580 or 12366071. OLE color: 12366071.

HSL color Cylindrical-coordinate representation of color #F7B0BC: hue angle of 349.86º 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 #F7B0BC is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 176 188 -
CMYK 0 0.29 0.24 0.03
HSL 349.86º 0.82% 0.83% -
HSV(B) 349.86º 0.29% 0.97% -
XYZ 62.96 54.46 54.77 -
YUV 198.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 247 176 188 0 0.29 0.24 0.03 349.86 0.82 0.83
Hex F7 B0 BC 0 1D 18 3 15E 52 53
Octal 367 260 274 0 35 30 3 536 122 123
Binary 11110111 10110000 10111100 0 11101 11000 11 101011110 1010010 1010011

Color Harmonies of #F7B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B0BC

Black with #F7B0BC

Text Example


Text Example

White with #F7B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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