Html Css Color HEX #FFB5BE Light Pink

📋 copy color: '#FFB5BE'

red 255 ◦ green 181 ◦ blue 190

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

Shades of Light Pink #FFB5BE

Tints of Light Pink #FFB5BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.35%

R = 40.73%
G = 28.91%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFB5BE (or 0xFFB5BE) is known color: Light Pink. HEX triplet: FF, B5 and BE. RGB value is (255,181,190). Sum of RGB (Red+Green+Blue) = 255+181+190=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5BE is #004A41. Grayscale: #CCCCCC. Windows color (decimal): -19010 or 12498431. OLE color: 12498431.

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

Color convert

RGB 255 181 190 -
CMYK 0 0.29 0.25 0
HSL 352.7º 1% 0.85% -
HSV(B) 352.7º 0.29% 1% -
XYZ 67.06 58.03 56.38 -
YUV 204.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 255 181 190 0 0.29 0.25 0 352.7 1 0.85
Hex FF B5 BE 0 1D 19 0 161 64 55
Octal 377 265 276 0 35 31 0 541 144 125
Binary 11111111 10110101 10111110 0 11101 11001 0 101100001 1100100 1010101

Color Harmonies of #FFB5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB5BE

Black with #FFB5BE

Text Example


Text Example

White with #FFB5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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