#FBB6BE

Color #FBB6BE Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FBB6BE

Tints of Light Pink #FBB6BE

Color information

#FBB6BE (or 0xFBB6BE) is unknown color: approx Light Pink. HEX triplet: FB, B6 and BE. RGB value is (251,182,190). Sum of RGB (Red+Green+Blue) = 251+182+190=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6BE is #044941. Grayscale: #CBCBCB. Windows color (decimal): -280898 or 12498683. OLE color: 12498683.

HSL color Cylindrical-coordinate representation of color #FBB6BE: hue angle of 353.04º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6BE is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251182190-
CMYK00.270.240.02
HSL353.04º89.61%84.9%-
HSV(B)353.04º27.49%98.43%-
XYZ65.8157.6856.38-
YUV203.54120.36161.85-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.29%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=40.29%
G=29.21%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118219000.270.240.02353.0489.6184.9
HexFBB6BE01B1821615a55
Octal373266276033302541132125
Binary111110111011011010111110011011110001010110000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6BE; }

 p { color: rgb(251,182,190); }

 H1.HeaderClassName
 {
   color: #FBB6BE;
 }
 .AnyTagClassName
 {
   color: #FBB6BE;
 }
</style>
background-color css

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

 a { background-color: rgb(251,182,190); }

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

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

 span { border-color: rgb(251,182,190); }

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