Html Css Color HEX #FFB3BD Light Pink

📋 copy color: '#FFB3BD'

red 255 ◦ green 179 ◦ blue 189

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

Shades of Light Pink #FFB3BD

Tints of Light Pink #FFB3BD

RGB

 RED value IS 255 (100% from 255) = 40.93%

 GREEN value IS 179 (70.31% from 255) = 28.73%

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

R = 40.93%
G = 28.73%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFB3BD (or 0xFFB3BD) is known color: Light Pink. HEX triplet: FF, B3 and BD. RGB value is (255,179,189). Sum of RGB (Red+Green+Blue) = 255+179+189=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BD is #004C42. Grayscale: #CACACA. Windows color (decimal): -19523 or 12432383. OLE color: 12432383.

HSL color Cylindrical-coordinate representation of color #FFB3BD: hue angle of 352.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3BD is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 189 -
CMYK 0 0.30 0.26 0
HSL 352.11º 1% 0.85% -
HSV(B) 352.11º 0.3% 1% -
XYZ 66.55 57.17 55.67 -
YUV 202.86 120.18 165.19 -
System Red Green Blue C M Y K H S L
Decimal 255 179 189 0 0.30 0.26 0 352.11 1 0.85
Hex FF B3 BD 0 1E 1A 0 160 64 55
Octal 377 263 275 0 36 32 0 540 144 125
Binary 11111111 10110011 10111101 0 11110 11010 0 101100000 1100100 1010101

Color Harmonies of #FFB3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3BD

Black with #FFB3BD

Text Example


Text Example

White with #FFB3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3BD; }

 p { color: rgb(255,179,189); }

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

background-color css

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

 a { background-color: rgb(255,179,189); }

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

border-color css

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

 span { border-color: rgb(255,179,189); }

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