Html Css Color HEX #FFB5B9 Light Pink

📋 copy color: '#FFB5B9'

red 255 ◦ green 181 ◦ blue 185

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

Shades of Light Pink #FFB5B9

Tints of Light Pink #FFB5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 41.06%
G = 29.15%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFB5B9 (or 0xFFB5B9) is known color: Light Pink. HEX triplet: FF, B5 and B9. RGB value is (255,181,185). Sum of RGB (Red+Green+Blue) = 255+181+185=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B9 is #004A46. Grayscale: #CBCBCB. Windows color (decimal): -19015 or 12170751. OLE color: 12170751.

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

Color convert

RGB 255 181 185 -
CMYK 0 0.29 0.27 0
HSL 356.76º 1% 0.85% -
HSV(B) 356.76º 0.29% 1% -
XYZ 66.52 57.81 53.55 -
YUV 203.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 255 181 185 0 0.29 0.27 0 356.76 1 0.85
Hex FF B5 B9 0 1D 1B 0 165 64 55
Octal 377 265 271 0 35 33 0 545 144 125
Binary 11111111 10110101 10111001 0 11101 11011 0 101100101 1100100 1010101

Color Harmonies of #FFB5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5B9

Black with #FFB5B9

Text Example


Text Example

White with #FFB5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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