Html Css Color HEX #F8B1BB Light Pink

📋 copy color: '#F8B1BB'

red 248 ◦ green 177 ◦ blue 187

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

Shades of Light Pink #F8B1BB

Tints of Light Pink #F8B1BB

RGB

 RED value IS 248 (97.27% from 255) = 40.52%

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

 BLUE value IS 187 (73.44% from 255) = 30.56%

R = 40.52%
G = 28.92%
B = 30.56%

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

#F8B1BB (or 0xF8B1BB) is known color: Light Pink. HEX triplet: F8, B1 and BB. RGB value is (248,177,187). Sum of RGB (Red+Green+Blue) = 248+177+187=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8B1BB is #074E44. Grayscale: #C7C7C7. Windows color (decimal): -478789 or 12300792. OLE color: 12300792.

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

Color convert

RGB 248 177 187 -
CMYK 0 0.29 0.25 0.03
HSL 351.55º 0.84% 0.83% -
HSV(B) 351.55º 0.29% 0.97% -
XYZ 63.4 54.99 54.29 -
YUV 199.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 248 177 187 0 0.29 0.25 0.03 351.55 0.84 0.83
Hex F8 B1 BB 0 1D 19 3 160 54 53
Octal 370 261 273 0 35 31 3 540 124 123
Binary 11111000 10110001 10111011 0 11101 11001 11 101100000 1010100 1010011

Color Harmonies of #F8B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B1BB

Black with #F8B1BB

Text Example


Text Example

White with #F8B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B1BB; }

 p { color: rgb(248,177,187); }

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

background-color css

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

 a { background-color: rgb(248,177,187); }

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

border-color css

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

 span { border-color: rgb(248,177,187); }

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