Html Css Color HEX #FBB1BA Light Pink

📋 copy color: '#FBB1BA'

red 251 ◦ green 177 ◦ blue 186

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

Shades of Light Pink #FBB1BA

Tints of Light Pink #FBB1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.29%

R = 40.88%
G = 28.83%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBB1BA (or 0xFBB1BA) is known color: Light Pink. HEX triplet: FB, B1 and BA. RGB value is (251,177,186). Sum of RGB (Red+Green+Blue) = 251+177+186=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1BA is #044E45. Grayscale: #C8C8C8. Windows color (decimal): -282182 or 12235259. OLE color: 12235259.

HSL color Cylindrical-coordinate representation of color #FBB1BA: hue angle of 352.7º degrees, saturation: 0.9, 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 #FBB1BA is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 177 186 -
CMYK 0 0.29 0.26 0.02
HSL 352.7º 0.9% 0.84% -
HSV(B) 352.7º 0.29% 0.98% -
XYZ 64.37 55.5 53.77 -
YUV 200.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 251 177 186 0 0.29 0.26 0.02 352.7 0.9 0.84
Hex FB B1 BA 0 1D 1A 2 161 5A 54
Octal 373 261 272 0 35 32 2 541 132 124
Binary 11111011 10110001 10111010 0 11101 11010 10 101100001 1011010 1010100

Color Harmonies of #FBB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB1BA

Black with #FBB1BA

Text Example


Text Example

White with #FBB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB1BA; }

 p { color: rgb(251,177,186); }

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

background-color css

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

 a { background-color: rgb(251,177,186); }

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

border-color css

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

 span { border-color: rgb(251,177,186); }

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