Html Css Color HEX #FFB6B9 Light Pink

📋 copy color: '#FFB6B9'

red 255 ◦ green 182 ◦ blue 185

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

Shades of Light Pink #FFB6B9

Tints of Light Pink #FFB6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.74%

R = 41%
G = 29.26%
B = 29.74%

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

#FFB6B9 (or 0xFFB6B9) is known color: Light Pink. HEX triplet: FF, B6 and B9. RGB value is (255,182,185). Sum of RGB (Red+Green+Blue) = 255+182+185=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6B9 is #004946. Grayscale: #CCCCCC. Windows color (decimal): -18759 or 12171007. OLE color: 12171007.

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

Color convert

RGB 255 182 185 -
CMYK 0 0.29 0.27 0
HSL 357.53º 1% 0.86% -
HSV(B) 357.53º 0.29% 1% -
XYZ 66.72 58.22 53.62 -
YUV 204.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 255 182 185 0 0.29 0.27 0 357.53 1 0.86
Hex FF B6 B9 0 1D 1B 0 166 64 56
Octal 377 266 271 0 35 33 0 546 144 126
Binary 11111111 10110110 10111001 0 11101 11011 0 101100110 1100100 1010110

Color Harmonies of #FFB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB6B9

Black with #FFB6B9

Text Example


Text Example

White with #FFB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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