Html Css Color HEX #FFB2B6 Light Pink

📋 copy color: '#FFB2B6'

red 255 ◦ green 178 ◦ blue 182

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

Shades of Light Pink #FFB2B6

Tints of Light Pink #FFB2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 29.59%

R = 41.46%
G = 28.94%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFB2B6 (or 0xFFB2B6) is known color: Light Pink. HEX triplet: FF, B2 and B6. RGB value is (255,178,182). Sum of RGB (Red+Green+Blue) = 255+178+182=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B6 is #004D49. Grayscale: #C9C9C9. Windows color (decimal): -19786 or 11973375. OLE color: 11973375.

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

Color convert

RGB 255 178 182 -
CMYK 0 0.30 0.29 0
HSL 356.88º 1% 0.85% -
HSV(B) 356.88º 0.3% 1% -
XYZ 65.6 56.48 51.7 -
YUV 201.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 255 178 182 0 0.30 0.29 0 356.88 1 0.85
Hex FF B2 B6 0 1E 1D 0 165 64 55
Octal 377 262 266 0 36 35 0 545 144 125
Binary 11111111 10110010 10110110 0 11110 11101 0 101100101 1100100 1010101

Color Harmonies of #FFB2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2B6

Black with #FFB2B6

Text Example


Text Example

White with #FFB2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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