Html Css Color HEX #FFB2BE Light Pink

📋 copy color: '#FFB2BE'

red 255 ◦ green 178 ◦ blue 190

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

Shades of Light Pink #FFB2BE

Tints of Light Pink #FFB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.57%

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

R = 40.93%
G = 28.57%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFB2BE (or 0xFFB2BE) is known color: Light Pink. HEX triplet: FF, B2 and BE. RGB value is (255,178,190). Sum of RGB (Red+Green+Blue) = 255+178+190=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BE is #004D41. Grayscale: #CACACA. Windows color (decimal): -19778 or 12497663. OLE color: 12497663.

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

Color convert

RGB 255 178 190 -
CMYK 0 0.30 0.25 0
HSL 350.65º 1% 0.85% -
HSV(B) 350.65º 0.3% 1% -
XYZ 66.45 56.82 56.18 -
YUV 202.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 255 178 190 0 0.30 0.25 0 350.65 1 0.85
Hex FF B2 BE 0 1E 19 0 15F 64 55
Octal 377 262 276 0 36 31 0 537 144 125
Binary 11111111 10110010 10111110 0 11110 11001 0 101011111 1100100 1010101

Color Harmonies of #FFB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2BE

Black with #FFB2BE

Text Example


Text Example

White with #FFB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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