#FBC7C3

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

Shades of Your Pink #FBC7C3

Tints of Your Pink #FBC7C3

Color information

#FBC7C3 (or 0xFBC7C3) is unknown color: approx Your Pink. HEX triplet: FB, C7 and C3. RGB value is (251,199,195). Sum of RGB (Red+Green+Blue) = 251+199+195=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 195 (76.56% from 255 or 30.23% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7C3 is #04383C. Grayscale: #D6D6D6. Windows color (decimal): -276541 or 12830715. OLE color: 12830715.

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

Color convert

RGB251199195-
CMYK00.210.220.02
HSL4.29º87.5%87.45%-
HSV(B)4.29º22.31%98.43%-
XYZ70.0665.360.54-
YUV214.09117.23154.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 199 (78.12% from 255) = 30.85%
BLUE value IS 195 (76.56% from 255) = 30.23%
R=38.91%
G=30.85%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119919500.210.220.024.2987.587.45
HexFBC7C301516245857
Octal3733073030252624130127
Binary111110111100011111000011010101101101010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7C3; }

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

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

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

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

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

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

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

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