Html Css Color HEX #FFB3BE Light Pink

📋 copy color: '#FFB3BE'

red 255 ◦ green 179 ◦ blue 190

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

Shades of Light Pink #FFB3BE

Tints of Light Pink #FFB3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.69%

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

R = 40.87%
G = 28.69%
B = 30.45%

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

#FFB3BE (or 0xFFB3BE) is known color: Light Pink. HEX triplet: FF, B3 and BE. RGB value is (255,179,190). Sum of RGB (Red+Green+Blue) = 255+179+190=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 179 (70.31% from 255 or 28.69% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BE is #004C41. Grayscale: #CBCBCB. Windows color (decimal): -19522 or 12497919. OLE color: 12497919.

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

Color convert

RGB 255 179 190 -
CMYK 0 0.30 0.25 0
HSL 351.32º 1% 0.85% -
HSV(B) 351.32º 0.3% 1% -
XYZ 66.65 57.22 56.25 -
YUV 202.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 255 179 190 0 0.30 0.25 0 351.32 1 0.85
Hex FF B3 BE 0 1E 19 0 15F 64 55
Octal 377 263 276 0 36 31 0 537 144 125
Binary 11111111 10110011 10111110 0 11110 11001 0 101011111 1100100 1010101

Color Harmonies of #FFB3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB3BE

Black with #FFB3BE

Text Example


Text Example

White with #FFB3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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