Html Css Color HEX #FFB6BA Light Pink

📋 copy color: '#FFB6BA'

red 255 ◦ green 182 ◦ blue 186

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

Shades of Light Pink #FFB6BA

Tints of Light Pink #FFB6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.21%

 BLUE value IS 186 (73.05% from 255) = 29.86%

R = 40.93%
G = 29.21%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFB6BA (or 0xFFB6BA) is known color: Light Pink. HEX triplet: FF, B6 and BA. RGB value is (255,182,186). Sum of RGB (Red+Green+Blue) = 255+182+186=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BA is #004945. Grayscale: #CCCCCC. Windows color (decimal): -18758 or 12236543. OLE color: 12236543.

HSL color Cylindrical-coordinate representation of color #FFB6BA: hue angle of 356.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6BA is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 182 186 -
CMYK 0 0.29 0.27 0
HSL 356.71º 1% 0.86% -
HSV(B) 356.71º 0.29% 1% -
XYZ 66.83 58.26 54.18 -
YUV 204.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 255 182 186 0 0.29 0.27 0 356.71 1 0.86
Hex FF B6 BA 0 1D 1B 0 165 64 56
Octal 377 266 272 0 35 33 0 545 144 126
Binary 11111111 10110110 10111010 0 11101 11011 0 101100101 1100100 1010110

Color Harmonies of #FFB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6BA

Black with #FFB6BA

Text Example


Text Example

White with #FFB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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