Html Css Color HEX #FFB5B6 Light Pink

📋 copy color: '#FFB5B6'

red 255 ◦ green 181 ◦ blue 182

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

Shades of Light Pink #FFB5B6

Tints of Light Pink #FFB5B6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.29%

 BLUE value IS 182 (71.48% from 255) = 29.45%

R = 41.26%
G = 29.29%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB5B6 (or 0xFFB5B6) is known color: Light Pink. HEX triplet: FF, B5 and B6. RGB value is (255,181,182). Sum of RGB (Red+Green+Blue) = 255+181+182=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B6 is #004A49. Grayscale: #CBCBCB. Windows color (decimal): -19018 or 11974143. OLE color: 11974143.

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

Color convert

RGB 255 181 182 -
CMYK 0 0.29 0.29 0
HSL 359.19º 1% 0.85% -
HSV(B) 359.19º 0.29% 1% -
XYZ 66.21 57.69 51.9 -
YUV 203.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 255 181 182 0 0.29 0.29 0 359.19 1 0.85
Hex FF B5 B6 0 1D 1D 0 167 64 55
Octal 377 265 266 0 35 35 0 547 144 125
Binary 11111111 10110101 10110110 0 11101 11101 0 101100111 1100100 1010101

Color Harmonies of #FFB5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5B6

Black with #FFB5B6

Text Example


Text Example

White with #FFB5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5B6; }

 p { color: rgb(255,181,182); }

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

background-color css

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

 a { background-color: rgb(255,181,182); }

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

border-color css

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

 span { border-color: rgb(255,181,182); }

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