#FBC6C1

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

Shades of Your Pink #FBC6C1

Tints of Your Pink #FBC6C1

Color information

#FBC6C1 (or 0xFBC6C1) is unknown color: approx Your Pink. HEX triplet: FB, C6 and C1. RGB value is (251,198,193). Sum of RGB (Red+Green+Blue) = 251+198+193=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6C1 is #04393E. Grayscale: #D5D5D5. Windows color (decimal): -276799 or 12699387. OLE color: 12699387.

HSL color Cylindrical-coordinate representation of color #FBC6C1: hue angle of 5.17º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC6C1 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251198193-
CMYK00.210.230.02
HSL5.17º87.88%87.06%-
HSV(B)5.17º23.11%98.43%-
XYZ69.664.7559.28-
YUV213.28116.56154.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 198 (77.73% from 255) = 30.84%
BLUE value IS 193 (75.78% from 255) = 30.06%
R=39.10%
G=30.84%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119819300.210.230.025.1787.8887.06
HexFBC6C101517255857
Octal3733063010252725130127
Binary111110111100011011000001010101101111010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6C1; }

 p { color: rgb(251,198,193); }

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

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

 a { background-color: rgb(251,198,193); }

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

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

 span { border-color: rgb(251,198,193); }

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