Html Css Color HEX #FFB6B7 Light Pink

📋 copy color: '#FFB6B7'

red 255 ◦ green 182 ◦ blue 183

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

Shades of Light Pink #FFB6B7

Tints of Light Pink #FFB6B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.52%

R = 41.13%
G = 29.35%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFB6B7 (or 0xFFB6B7) is known color: Light Pink. HEX triplet: FF, B6 and B7. RGB value is (255,182,183). Sum of RGB (Red+Green+Blue) = 255+182+183=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B7 is #004948. Grayscale: #CCCCCC. Windows color (decimal): -18761 or 12039935. OLE color: 12039935.

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

Color convert

RGB 255 182 183 -
CMYK 0 0.29 0.28 0
HSL 359.18º 1% 0.86% -
HSV(B) 359.18º 0.29% 1% -
XYZ 66.52 58.13 52.52 -
YUV 203.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 255 182 183 0 0.29 0.28 0 359.18 1 0.86
Hex FF B6 B7 0 1D 1C 0 167 64 56
Octal 377 266 267 0 35 34 0 547 144 126
Binary 11111111 10110110 10110111 0 11101 11100 0 101100111 1100100 1010110

Color Harmonies of #FFB6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B7

Black with #FFB6B7

Text Example


Text Example

White with #FFB6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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