Html Css Color HEX #F9B1BD Light Pink

📋 copy color: '#F9B1BD'

red 249 ◦ green 177 ◦ blue 189

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

Shades of Light Pink #F9B1BD

Tints of Light Pink #F9B1BD

RGB

 RED value IS 249 (97.66% from 255) = 40.49%

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

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

R = 40.49%
G = 28.78%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9B1BD (or 0xF9B1BD) is known color: Light Pink. HEX triplet: F9, B1 and BD. RGB value is (249,177,189). Sum of RGB (Red+Green+Blue) = 249+177+189=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1BD is #064E42. Grayscale: #C7C7C7. Windows color (decimal): -413251 or 12431865. OLE color: 12431865.

HSL color Cylindrical-coordinate representation of color #F9B1BD: hue angle of 350º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9B1BD is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 177 189 -
CMYK 0 0.29 0.24 0.02
HSL 350º 0.86% 0.84% -
HSV(B) 350º 0.29% 0.98% -
XYZ 63.97 55.26 55.44 -
YUV 199.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 249 177 189 0 0.29 0.24 0.02 350 0.86 0.84
Hex F9 B1 BD 0 1D 18 2 15E 56 54
Octal 371 261 275 0 35 30 2 536 126 124
Binary 11111001 10110001 10111101 0 11101 11000 10 101011110 1010110 1010100

Color Harmonies of #F9B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1BD

Black with #F9B1BD

Text Example


Text Example

White with #F9B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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