Html Css Color HEX #FBB0BC Light Pink

📋 copy color: '#FBB0BC'

red 251 ◦ green 176 ◦ blue 188

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

Shades of Light Pink #FBB0BC

Tints of Light Pink #FBB0BC

RGB

 RED value IS 251 (98.44% from 255) = 40.81%

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

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

R = 40.81%
G = 28.62%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBB0BC (or 0xFBB0BC) is known color: Light Pink. HEX triplet: FB, B0 and BC. RGB value is (251,176,188). Sum of RGB (Red+Green+Blue) = 251+176+188=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BC is #044F43. Grayscale: #C7C7C7. Windows color (decimal): -282436 or 12366075. OLE color: 12366075.

HSL color Cylindrical-coordinate representation of color #FBB0BC: hue angle of 350.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0BC is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 176 188 -
CMYK 0 0.30 0.25 0.02
HSL 350.4º 0.9% 0.84% -
HSV(B) 350.4º 0.3% 0.98% -
XYZ 64.39 55.19 54.84 -
YUV 199.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 251 176 188 0 0.30 0.25 0.02 350.4 0.9 0.84
Hex FB B0 BC 0 1E 19 2 15E 5A 54
Octal 373 260 274 0 36 31 2 536 132 124
Binary 11111011 10110000 10111100 0 11110 11001 10 101011110 1011010 1010100

Color Harmonies of #FBB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0BC

Black with #FBB0BC

Text Example


Text Example

White with #FBB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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