Html Css Color HEX #FFB6BF Light Pink

📋 copy color: '#FFB6BF'

red 255 ◦ green 182 ◦ blue 191

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

Shades of Light Pink #FFB6BF

Tints of Light Pink #FFB6BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.41%

R = 40.61%
G = 28.98%
B = 30.41%

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

#FFB6BF (or 0xFFB6BF) is known color: Light Pink. HEX triplet: FF, B6 and BF. RGB value is (255,182,191). Sum of RGB (Red+Green+Blue) = 255+182+191=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6BF is #004940. Grayscale: #CCCCCC. Windows color (decimal): -18753 or 12564223. OLE color: 12564223.

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

Color convert

RGB 255 182 191 -
CMYK 0 0.29 0.25 0
HSL 352.6º 1% 0.86% -
HSV(B) 352.6º 0.29% 1% -
XYZ 67.37 58.48 57.03 -
YUV 204.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 255 182 191 0 0.29 0.25 0 352.6 1 0.86
Hex FF B6 BF 0 1D 19 0 161 64 56
Octal 377 266 277 0 35 31 0 541 144 126
Binary 11111111 10110110 10111111 0 11101 11001 0 101100001 1100100 1010110

Color Harmonies of #FFB6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6BF

Black with #FFB6BF

Text Example


Text Example

White with #FFB6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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