Html Css Color HEX #FFB5BD Light Pink

📋 copy color: '#FFB5BD'

red 255 ◦ green 181 ◦ blue 189

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

Shades of Light Pink #FFB5BD

Tints of Light Pink #FFB5BD

RGB

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

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

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

R = 40.8%
G = 28.96%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFB5BD (or 0xFFB5BD) is known color: Light Pink. HEX triplet: FF, B5 and BD. RGB value is (255,181,189). Sum of RGB (Red+Green+Blue) = 255+181+189=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5BD is #004A42. Grayscale: #CCCCCC. Windows color (decimal): -19011 or 12432895. OLE color: 12432895.

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

Color convert

RGB 255 181 189 -
CMYK 0 0.29 0.26 0
HSL 353.51º 1% 0.85% -
HSV(B) 353.51º 0.29% 1% -
XYZ 66.95 57.98 55.81 -
YUV 204.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 255 181 189 0 0.29 0.26 0 353.51 1 0.85
Hex FF B5 BD 0 1D 1A 0 162 64 55
Octal 377 265 275 0 35 32 0 542 144 125
Binary 11111111 10110101 10111101 0 11101 11010 0 101100010 1100100 1010101

Color Harmonies of #FFB5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5BD

Black with #FFB5BD

Text Example


Text Example

White with #FFB5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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