#FBB1C0

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

Shades of Light Pink #FBB1C0

Tints of Light Pink #FBB1C0

Color information

#FBB1C0 (or 0xFBB1C0) is unknown color: approx Light Pink. HEX triplet: FB, B1 and C0. RGB value is (251,177,192). Sum of RGB (Red+Green+Blue) = 251+177+192=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB1C0 is #044E3F. Grayscale: #C8C8C8. Windows color (decimal): -282176 or 12628475. OLE color: 12628475.

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

Color convert

RGB251177192-
CMYK00.290.240.02
HSL347.84º90.24%83.92%-
HSV(B)347.84º29.48%98.43%-
XYZ65.0255.7657.2-
YUV200.84123.02163.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.48%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=40.48%
G=28.55%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117719200.290.240.02347.8490.2483.92
HexFBB1C001D18215c5a54
Octal373261300035302534132124
Binary111110111011000111000000011101110001010101110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB1C0; }

 p { color: rgb(251,177,192); }

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

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

 a { background-color: rgb(251,177,192); }

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

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

 span { border-color: rgb(251,177,192); }

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