Html Css Color HEX #FBB0BD Light Pink

📋 copy color: '#FBB0BD'

red 251 ◦ green 176 ◦ blue 189

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

Shades of Light Pink #FBB0BD

Tints of Light Pink #FBB0BD

RGB

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

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

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

R = 40.75%
G = 28.57%
B = 30.68%

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

#FBB0BD (or 0xFBB0BD) is known color: Light Pink. HEX triplet: FB, B0 and BD. RGB value is (251,176,189). Sum of RGB (Red+Green+Blue) = 251+176+189=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BD is #044F42. Grayscale: #C7C7C7. Windows color (decimal): -282435 or 12431611. OLE color: 12431611.

HSL color Cylindrical-coordinate representation of color #FBB0BD: hue angle of 349.6º 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 #FBB0BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 176 189 -
CMYK 0 0.30 0.25 0.02
HSL 349.6º 0.9% 0.84% -
HSV(B) 349.6º 0.3% 0.98% -
XYZ 64.49 55.23 55.41 -
YUV 199.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 251 176 189 0 0.30 0.25 0.02 349.6 0.9 0.84
Hex FB B0 BD 0 1E 19 2 15E 5A 54
Octal 373 260 275 0 36 31 2 536 132 124
Binary 11111011 10110000 10111101 0 11110 11001 10 101011110 1011010 1010100

Color Harmonies of #FBB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB0BD

Black with #FBB0BD

Text Example


Text Example

White with #FBB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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