Html Css Color HEX #FFB0BB Light Pink

📋 copy color: '#FFB0BB'

red 255 ◦ green 176 ◦ blue 187

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

Shades of Light Pink #FFB0BB

Tints of Light Pink #FFB0BB

RGB

 RED value IS 255 (100% from 255) = 41.26%

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

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

R = 41.26%
G = 28.48%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFB0BB (or 0xFFB0BB) is known color: Light Pink. HEX triplet: FF, B0 and BB. RGB value is (255,176,187). Sum of RGB (Red+Green+Blue) = 255+176+187=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0BB is #004F44. Grayscale: #C8C8C8. Windows color (decimal): -20293 or 12300543. OLE color: 12300543.

HSL color Cylindrical-coordinate representation of color #FFB0BB: hue angle of 351.65º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0BB is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 176 187 -
CMYK 0 0.31 0.27 0
HSL 351.65º 1% 0.85% -
HSV(B) 351.65º 0.31% 1% -
XYZ 65.73 55.9 54.34 -
YUV 200.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 255 176 187 0 0.31 0.27 0 351.65 1 0.85
Hex FF B0 BB 0 1F 1B 0 160 64 55
Octal 377 260 273 0 37 33 0 540 144 125
Binary 11111111 10110000 10111011 0 11111 11011 0 101100000 1100100 1010101

Color Harmonies of #FFB0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB0BB

Black with #FFB0BB

Text Example


Text Example

White with #FFB0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB0BB; }

 p { color: rgb(255,176,187); }

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

background-color css

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

 a { background-color: rgb(255,176,187); }

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

border-color css

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

 span { border-color: rgb(255,176,187); }

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