Html Css Color HEX #FFB5B8 Light Pink

📋 copy color: '#FFB5B8'

red 255 ◦ green 181 ◦ blue 184

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

Shades of Light Pink #FFB5B8

Tints of Light Pink #FFB5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.68%

R = 41.13%
G = 29.19%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFB5B8 (or 0xFFB5B8) is known color: Light Pink. HEX triplet: FF, B5 and B8. RGB value is (255,181,184). Sum of RGB (Red+Green+Blue) = 255+181+184=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B8 is #004A47. Grayscale: #CBCBCB. Windows color (decimal): -19016 or 12105215. OLE color: 12105215.

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

Color convert

RGB 255 181 184 -
CMYK 0 0.29 0.28 0
HSL 357.57º 1% 0.85% -
HSV(B) 357.57º 0.29% 1% -
XYZ 66.42 57.77 53 -
YUV 203.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 255 181 184 0 0.29 0.28 0 357.57 1 0.85
Hex FF B5 B8 0 1D 1C 0 166 64 55
Octal 377 265 270 0 35 34 0 546 144 125
Binary 11111111 10110101 10111000 0 11101 11100 0 101100110 1100100 1010101

Color Harmonies of #FFB5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5B8

Black with #FFB5B8

Text Example


Text Example

White with #FFB5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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