Html Css Color HEX #FFB3B4 Light Pink

📋 copy color: '#FFB3B4'

red 255 ◦ green 179 ◦ blue 180

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

Shades of Light Pink #FFB3B4

Tints of Light Pink #FFB3B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.32%

R = 41.53%
G = 29.15%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB3B4 (or 0xFFB3B4) is known color: Light Pink. HEX triplet: FF, B3 and B4. RGB value is (255,179,180). Sum of RGB (Red+Green+Blue) = 255+179+180=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3B4 is #004C4B. Grayscale: #C9C9C9. Windows color (decimal): -19532 or 11842559. OLE color: 11842559.

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

Color convert

RGB 255 179 180 -
CMYK 0 0.30 0.29 0
HSL 359.21º 1% 0.85% -
HSV(B) 359.21º 0.3% 1% -
XYZ 65.6 56.8 50.69 -
YUV 201.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 255 179 180 0 0.30 0.29 0 359.21 1 0.85
Hex FF B3 B4 0 1E 1D 0 167 64 55
Octal 377 263 264 0 36 35 0 547 144 125
Binary 11111111 10110011 10110100 0 11110 11101 0 101100111 1100100 1010101

Color Harmonies of #FFB3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3B4

Black with #FFB3B4

Text Example


Text Example

White with #FFB3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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