Html Css Color HEX #FBB4BC Light Pink

📋 copy color: '#FBB4BC'

red 251 ◦ green 180 ◦ blue 188

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

Shades of Light Pink #FBB4BC

Tints of Light Pink #FBB4BC

RGB

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

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

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

R = 40.55%
G = 29.08%
B = 30.37%

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

#FBB4BC (or 0xFBB4BC) is known color: Light Pink. HEX triplet: FB, B4 and BC. RGB value is (251,180,188). Sum of RGB (Red+Green+Blue) = 251+180+188=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4BC is #044B43. Grayscale: #CACACA. Windows color (decimal): -281412 or 12367099. OLE color: 12367099.

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

Color convert

RGB 251 180 188 -
CMYK 0 0.28 0.25 0.02
HSL 353.24º 0.9% 0.85% -
HSV(B) 353.24º 0.28% 0.98% -
XYZ 65.18 56.78 55.1 -
YUV 202.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 251 180 188 0 0.28 0.25 0.02 353.24 0.9 0.85
Hex FB B4 BC 0 1C 19 2 161 5A 55
Octal 373 264 274 0 34 31 2 541 132 125
Binary 11111011 10110100 10111100 0 11100 11001 10 101100001 1011010 1010101

Color Harmonies of #FBB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB4BC

Black with #FBB4BC

Text Example


Text Example

White with #FBB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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