#FBC3C1

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

Shades of Your Pink #FBC3C1

Tints of Your Pink #FBC3C1

Color information

#FBC3C1 (or 0xFBC3C1) is unknown color: approx Your Pink. HEX triplet: FB, C3 and C1. RGB value is (251,195,193). Sum of RGB (Red+Green+Blue) = 251+195+193=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 193 (75.78% from 255 or 30.20% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3C1 is #043C3E. Grayscale: #D3D3D3. Windows color (decimal): -277567 or 12698619. OLE color: 12698619.

HSL color Cylindrical-coordinate representation of color #FBC3C1: hue angle of 2.07º 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 #FBC3C1 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251195193-
CMYK00.220.230.02
HSL2.07º87.88%87.06%-
HSV(B)2.07º23.11%98.43%-
XYZ68.9263.3959.05-
YUV211.52117.55156.16-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 193 (75.78% from 255) = 30.20%
R=39.28%
G=30.52%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119519300.220.230.022.0787.8887.06
HexFBC3C101617225857
Octal3733033010262722130127
Binary11111011110000111100000101011010111101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3C1; }

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

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

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

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

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

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

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

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