Html Css Color HEX #F7B1BD Light Pink

📋 copy color: '#F7B1BD'

red 247 ◦ green 177 ◦ blue 189

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

Shades of Light Pink #F7B1BD

Tints of Light Pink #F7B1BD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 40.29%
G = 28.87%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7B1BD (or 0xF7B1BD) is known color: Light Pink. HEX triplet: F7, B1 and BD. RGB value is (247,177,189). Sum of RGB (Red+Green+Blue) = 247+177+189=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B1BD is #084E42. Grayscale: #C7C7C7. Windows color (decimal): -544323 or 12431863. OLE color: 12431863.

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

Color convert

RGB 247 177 189 -
CMYK 0 0.28 0.23 0.03
HSL 349.71º 0.81% 0.83% -
HSV(B) 349.71º 0.28% 0.97% -
XYZ 63.27 54.89 55.41 -
YUV 199.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 247 177 189 0 0.28 0.23 0.03 349.71 0.81 0.83
Hex F7 B1 BD 0 1C 17 3 15E 51 53
Octal 367 261 275 0 34 27 3 536 121 123
Binary 11110111 10110001 10111101 0 11100 10111 11 101011110 1010001 1010011

Color Harmonies of #F7B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B1BD

Black with #F7B1BD

Text Example


Text Example

White with #F7B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B1BD; }

 p { color: rgb(247,177,189); }

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

background-color css

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

 a { background-color: rgb(247,177,189); }

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

border-color css

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

 span { border-color: rgb(247,177,189); }

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