Html Css Color HEX #FBB4BD Light Pink

📋 copy color: '#FBB4BD'

red 251 ◦ green 180 ◦ blue 189

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

Shades of Light Pink #FBB4BD

Tints of Light Pink #FBB4BD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.03%

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

R = 40.48%
G = 29.03%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBB4BD (or 0xFBB4BD) is known color: Light Pink. HEX triplet: FB, B4 and BD. RGB value is (251,180,189). Sum of RGB (Red+Green+Blue) = 251+180+189=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4BD is #044B42. Grayscale: #CACACA. Windows color (decimal): -281411 or 12432635. OLE color: 12432635.

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

Color convert

RGB 251 180 189 -
CMYK 0 0.28 0.25 0.02
HSL 352.39º 0.9% 0.85% -
HSV(B) 352.39º 0.28% 0.98% -
XYZ 65.29 56.83 55.67 -
YUV 202.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 251 180 189 0 0.28 0.25 0.02 352.39 0.9 0.85
Hex FB B4 BD 0 1C 19 2 160 5A 55
Octal 373 264 275 0 34 31 2 540 132 125
Binary 11111011 10110100 10111101 0 11100 11001 10 101100000 1011010 1010101

Color Harmonies of #FBB4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4BD

Black with #FBB4BD

Text Example


Text Example

White with #FBB4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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